]> git.sur5r.net Git - openldap/commitdiff
improve fix to ITS#2999: don't care about limits after abandon
authorPierangelo Masarati <ando@openldap.org>
Thu, 4 Mar 2004 23:02:30 +0000 (23:02 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 4 Mar 2004 23:02:30 +0000 (23:02 +0000)
servers/slapd/backglue.c

index 202229916cfadfcff69552fafe931de9ef5788d5..9a83d4e8717abb8300fe5acd620acc1b3c1efade 100644 (file)
@@ -315,9 +315,7 @@ 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;
+                               /* FIXME: see right after end_of_loop: */
                                op->o_req_dn = dn;
                                op->o_req_ndn = ndn;
                                goto done;