mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
ITS#6677 moved one more #endif, addtional fix for previous commit
This commit is contained in:
parent
2cd0b96158
commit
02753d1555
1 changed files with 1 additions and 1 deletions
|
|
@ -1226,10 +1226,10 @@ static int sssvlv_db_destroy(
|
||||||
#ifdef SLAP_CONFIG_DELETE
|
#ifdef SLAP_CONFIG_DELETE
|
||||||
overlay_unregister_control( be, LDAP_CONTROL_SORTREQUEST );
|
overlay_unregister_control( be, LDAP_CONTROL_SORTREQUEST );
|
||||||
overlay_unregister_control( be, LDAP_CONTROL_VLVREQUEST );
|
overlay_unregister_control( be, LDAP_CONTROL_VLVREQUEST );
|
||||||
#endif /* SLAP_CONFIG_DELETE */
|
|
||||||
if ( ov_count == 0 ) {
|
if ( ov_count == 0 ) {
|
||||||
unregister_supported_control( LDAP_CONTROL_SORTREQUEST );
|
unregister_supported_control( LDAP_CONTROL_SORTREQUEST );
|
||||||
}
|
}
|
||||||
|
#endif /* SLAP_CONFIG_DELETE */
|
||||||
|
|
||||||
if ( si ) {
|
if ( si ) {
|
||||||
ch_free( si );
|
ch_free( si );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue