mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#10110 Do not skip backover for result entries
This commit is contained in:
parent
b8999d165c
commit
9cdd2c4af7
1 changed files with 1 additions and 1 deletions
|
|
@ -1040,7 +1040,7 @@ ldap_chain_response( Operation *op, SlapReply *rs )
|
||||||
|
|
||||||
/* we need this to know if back-ldap returned any result */
|
/* we need this to know if back-ldap returned any result */
|
||||||
lb.lb_lc = lc;
|
lb.lb_lc = lc;
|
||||||
sc2.sc_next = sc->sc_next;
|
sc2.sc_next = sc;
|
||||||
sc2.sc_private = &lb;
|
sc2.sc_private = &lb;
|
||||||
sc2.sc_response = ldap_chain_cb_response;
|
sc2.sc_response = ldap_chain_cb_response;
|
||||||
op->o_callback = &sc2;
|
op->o_callback = &sc2;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue