mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
LDAP_DEVEL cleanup
This commit is contained in:
parent
cbe32f6340
commit
3e89a4ff82
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue