ITS#10110 Do not skip backover for result entries

This commit is contained in:
Ondřej Kuzník 2024-01-09 15:36:40 +00:00 committed by Quanah Gibson-Mount
parent b8999d165c
commit 9cdd2c4af7

View file

@ -1040,7 +1040,7 @@ ldap_chain_response( Operation *op, SlapReply *rs )
/* we need this to know if back-ldap returned any result */
lb.lb_lc = lc;
sc2.sc_next = sc->sc_next;
sc2.sc_next = sc;
sc2.sc_private = &lb;
sc2.sc_response = ldap_chain_cb_response;
op->o_callback = &sc2;