fix ITS#2999

This commit is contained in:
Pierangelo Masarati 2004-03-04 22:56:49 +00:00
parent f3f78e8a1f
commit 23b0e84cb8

View 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;