mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
Fix SLAP_CONFIG_DELETE ifdef (already fixed in RE24)
This commit is contained in:
parent
e438122448
commit
e625581af3
1 changed files with 2 additions and 2 deletions
|
|
@ -219,12 +219,12 @@ noopsrch_db_destroy( BackendDB *be, ConfigReply *cr )
|
|||
|
||||
#ifdef SLAP_CONFIG_DELETE
|
||||
overlay_unregister_control( be, LDAP_CONTROL_X_NOOPSRCH );
|
||||
#endif /* SLAP_CONFIG_DELETE */
|
||||
|
||||
if ( --noopsrch_cnt == 0 ) {
|
||||
unregister_supported_control( LDAP_CONTROL_X_NOOPSRCH );
|
||||
}
|
||||
|
||||
#endif /* SLAP_CONFIG_DELETE */
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue