]> git.sur5r.net Git - openldap/commitdiff
(Temporarily) define CHECK_CSN for all LDAP_DEVEL builds
authorHoward Chu <hyc@openldap.org>
Sun, 15 Feb 2009 23:21:28 +0000 (23:21 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 15 Feb 2009 23:21:28 +0000 (23:21 +0000)
servers/slapd/overlays/syncprov.c

index 95deb6d5f4ab1aa128784804e55d4897ec757464..aab00da1ffa09879deea4b3cf30f13b107c95c0a 100644 (file)
 #include "config.h"
 #include "ldap_rq.h"
 
+#ifdef LDAP_DEVEL
+#define        CHECK_CSN       1
+#endif
+
 /* A modify request on a particular entry */
 typedef struct modinst {
        struct modinst *mi_next;