mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 12:39:35 -05:00
CHECK_CSN is a debug only flag for testing. It should always remain
behind LDAP_DEVEL
This commit is contained in:
parent
a9ff0e97fc
commit
86105092bd
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue