mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
cleanup
This commit is contained in:
parent
4655f12858
commit
2b34c829d2
1 changed files with 2 additions and 1 deletions
|
|
@ -690,7 +690,8 @@ slap_send_search_entry( Operation *op, SlapReply *rs )
|
|||
*sc_next = op->o_callback;
|
||||
|
||||
rc = SLAP_CB_CONTINUE;
|
||||
for ( sc_next = op->o_callback; sc_next; op->o_callback = sc_next) {
|
||||
for ( sc_next = op->o_callback; sc_next; op->o_callback = sc_next )
|
||||
{
|
||||
sc_next = op->o_callback->sc_next;
|
||||
if ( op->o_callback->sc_response ) {
|
||||
rc = op->o_callback->sc_response( op, rs );
|
||||
|
|
|
|||
Loading…
Reference in a new issue