From: Pierangelo Masarati Date: Thu, 4 Mar 2004 22:56:49 +0000 (+0000) Subject: fix ITS#2999 X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~375 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=23b0e84cb8af1541f63d70e76e2b15db093f1cda;p=openldap fix ITS#2999 --- diff --git a/servers/slapd/backglue.c b/servers/slapd/backglue.c index 669f8525f1..202229916c 100644 --- a/servers/slapd/backglue.c +++ b/servers/slapd/backglue.c @@ -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;