From: Pierangelo Masarati Date: Sat, 23 Jul 2005 19:16:50 +0000 (+0000) Subject: cleanup X-Git-Tag: OPENLDAP_AC_BP~227 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2b34c829d2730c9e5d55eec269f45c71bc39f961;p=openldap cleanup --- diff --git a/servers/slapd/result.c b/servers/slapd/result.c index 9535211c8a..3011b1f46d 100644 --- a/servers/slapd/result.c +++ b/servers/slapd/result.c @@ -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 );