Remove LDAP_FEATURE_X_CANCHAINOPS from behind LDAP_DEVEL

This commit is contained in:
Quanah Gibson-Mount 2020-01-30 18:51:34 +00:00
parent bc30f083d6
commit 4d2fa65969

View file

@ -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;