]> git.sur5r.net Git - openldap/commitdiff
CHECK_CSN is a debug only flag for testing. It should always remain
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 26 Sep 2017 18:30:50 +0000 (11:30 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 26 Sep 2017 18:30:50 +0000 (11:30 -0700)
behind LDAP_DEVEL

servers/slapd/overlays/syncprov.c

index 25637302f1efd23219cd003d7abc266d329e91cc..d1252182a13ad2d1392139ce423401b7f67206cd 100644 (file)
@@ -28,7 +28,9 @@
 #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 {