ITS#6677 move #endif

This commit is contained in:
Howard Chu 2010-10-17 01:36:47 +00:00
parent 7600b22f3c
commit 2cd0b96158

View file

@ -1185,8 +1185,8 @@ static int sssvlv_db_init(
LDAP_CONTROL_VLVREQUEST, rc, 0 );
#ifdef SLAP_CONFIG_DELETE
overlay_unregister_control( be, LDAP_CONTROL_SORTREQUEST );
#endif /* SLAP_CONFIG_DELETE */
unregister_supported_control( LDAP_CONTROL_SORTREQUEST );
#endif /* SLAP_CONFIG_DELETE */
return rc;
}
}