mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Remove LDAP_FEATURE_X_CANCHAINOPS from behind LDAP_DEVEL
This commit is contained in:
parent
bc30f083d6
commit
4d2fa65969
1 changed files with 0 additions and 3 deletions
|
|
@ -211,10 +211,7 @@ static int sc_returnContRef;
|
|||
#define get_returnContRef(op) ((op)->o_returnContRef & SLAP_CONTROL_MASK)
|
||||
|
||||
static struct berval slap_EXOP_CHAINEDREQUEST = BER_BVC( LDAP_EXOP_X_CHAINEDREQUEST );
|
||||
#ifdef LDAP_DEVEL
|
||||
static struct berval slap_FEATURE_CANCHAINOPS = BER_BVC( LDAP_FEATURE_X_CANCHAINOPS );
|
||||
#endif
|
||||
|
||||
|
||||
static BackendInfo *lback;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue