From: hyc Date: Sat, 6 Sep 2014 08:49:32 +0000 (+0100) Subject: ITS#7930 additional fix X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=846cf308424347aa99895b5e9ef3637f1af956eb;p=openldap ITS#7930 additional fix bypass cleanup handlers for suppressed search result msgs --- diff --git a/servers/slapd/back-ldap/chain.c b/servers/slapd/back-ldap/chain.c index 14a93abcb6..4ff6b7e23a 100644 --- a/servers/slapd/back-ldap/chain.c +++ b/servers/slapd/back-ldap/chain.c @@ -322,6 +322,10 @@ ldap_chain_cb_search_response( Operation *op, SlapReply *rs ) /* back-ldap tried to send result */ lb->lb_status = LDAP_CH_RES; + /* don't let other callbacks run, this isn't + * the real result for this op. + */ + op->o_callback->sc_next = NULL; } return 0;