mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
(Temporarily) define CHECK_CSN for all LDAP_DEVEL builds
This commit is contained in:
parent
55cc203b52
commit
99e47ef47a
@ -28,6 +28,10 @@
|
||||
#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;
|
||||
|
Loading…
Reference in New Issue
Block a user