]> git.sur5r.net Git - openldap/commitdiff
fix ITS#2999
authorPierangelo Masarati <ando@openldap.org>
Thu, 4 Mar 2004 22:56:49 +0000 (22:56 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 4 Mar 2004 22:56:49 +0000 (22:56 +0000)
servers/slapd/backglue.c

index 669f8525f1c92a219b32476b8bf7453e3a86bc11..202229916cfadfcff69552fafe931de9ef5788d5 100644 (file)
@@ -315,6 +315,11 @@ glue_back_search ( Operation *op, SlapReply *rs )
                         * check for abandon 
                         */
                        if (op->o_abandon) {
+                               op->ors_scope = scope0;
+                               op->ors_slimit = slimit0;
+                               op->ors_tlimit = tlimit0;
+                               op->o_req_dn = dn;
+                               op->o_req_ndn = ndn;
                                goto done;
                        }
                        op->o_bd = gi->n[i].be;