]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Remove LDAP_FEATURE_X_CANCHAINOPS from behind LDAP_DEVEL
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 30 Jan 2020 18:51:34 +0000 (18:51 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 30 Jan 2020 18:54:36 +0000 (18:54 +0000)
servers/slapd/back-ldap/distproc.c

index dfd313146b8257e32486c4b5fdf11aca899757b6..8141835ac353f765d9404661fc4167171ead903d 100644 (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;