CHECK_CSN is a debug only flag for testing. It should always remain

behind LDAP_DEVEL
This commit is contained in:
Quanah Gibson-Mount 2017-09-26 11:30:50 -07:00
parent a9ff0e97fc
commit 86105092bd

View 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 {