From: Ondřej Kuzník Date: Tue, 9 Jan 2024 15:36:40 +0000 (+0000) Subject: ITS#10110 Do not skip backover for result entries X-Git-Tag: OPENLDAP_REL_ENG_2_5_17~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a30379311b9470b3a05a038a55d881b4de944903;p=thirdparty%2Fopenldap.git ITS#10110 Do not skip backover for result entries --- diff --git a/servers/slapd/back-ldap/chain.c b/servers/slapd/back-ldap/chain.c index d6ffd1a66a..fece74d737 100644 --- a/servers/slapd/back-ldap/chain.c +++ b/servers/slapd/back-ldap/chain.c @@ -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;