mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
LDAP_DEVEL cleanup
This commit is contained in:
parent
cbe32f6340
commit
3e89a4ff82
@ -958,6 +958,7 @@ distproc_initialize( void )
|
||||
return rc;
|
||||
}
|
||||
|
||||
#ifdef LDAP_DEVEL
|
||||
rc = supported_feature_load( &slap_FEATURE_CANCHAINOPS );
|
||||
if ( rc != LDAP_SUCCESS ) {
|
||||
Debug( LDAP_DEBUG_ANY, "slapd-distproc: "
|
||||
@ -965,6 +966,7 @@ distproc_initialize( void )
|
||||
rc, 0, 0 );
|
||||
return rc;
|
||||
}
|
||||
#endif
|
||||
|
||||
rc = register_supported_control( LDAP_CONTROL_X_RETURNCONTREF,
|
||||
SLAP_CTRL_GLOBAL|SLAP_CTRL_ACCESS|SLAP_CTRL_HIDE, NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user