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;