mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 03:49:34 -05:00
ITS#7930 additional fix
bypass cleanup handlers for suppressed search result msgs
This commit is contained in:
parent
18d9470984
commit
846cf30842
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue