ITS#6677 moved one more #endif, addtional fix for previous commit

This commit is contained in:
Ralf Haferkamp 2010-10-19 10:47:41 +00:00
parent 2cd0b96158
commit 02753d1555

View file

@ -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 );