]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10110 Do not skip backover for result entries
authorOndřej Kuzník <ondra@mistotebe.net>
Tue, 9 Jan 2024 15:36:40 +0000 (15:36 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 16 Jan 2024 20:41:27 +0000 (20:41 +0000)
servers/slapd/back-ldap/chain.c

index d6ffd1a66ab066e49c6964b6890edcd4df927ccb..fece74d737dfb3dd35c08f347e08234cf6ad2fbe 100644 (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;