mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +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 "config.h"
|
||||||
#include "ldap_rq.h"
|
#include "ldap_rq.h"
|
||||||
|
|
||||||
|
#ifdef LDAP_DEVEL
|
||||||
|
#define CHECK_CSN 1
|
||||||
|
#endif
|
||||||
|
|
||||||
/* A modify request on a particular entry */
|
/* A modify request on a particular entry */
|
||||||
typedef struct modinst {
|
typedef struct modinst {
|
||||||
struct modinst *mi_next;
|
struct modinst *mi_next;
|
||||||
|
Loading…
Reference in New Issue
Block a user