ITS#7930 additional fix

bypass cleanup handlers for suppressed search result msgs
This commit is contained in:
hyc 2014-09-06 09:49:32 +01:00
parent 18d9470984
commit 846cf30842

View file

@ -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;