]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorPierangelo Masarati <ando@openldap.org>
Sat, 23 Jul 2005 19:16:50 +0000 (19:16 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 23 Jul 2005 19:16:50 +0000 (19:16 +0000)
servers/slapd/result.c

index 9535211c8a7f0a2bc6a2a2068afdb1df9ecf8cd6..3011b1f46d56a6290e9ed42667831804361a2845 100644 (file)
@@ -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 );