mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
(Temporarily) define CHECK_CSN for all LDAP_DEVEL builds
This commit is contained in:
parent
55cc203b52
commit
99e47ef47a
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue