From 2b34c829d2730c9e5d55eec269f45c71bc39f961 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 23 Jul 2005 19:16:50 +0000 Subject: [PATCH] cleanup --- servers/slapd/result.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ); -- 2.39.5