Skip to content
Snippets Groups Projects
Commit 23b0e84c authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix ITS#2999

parent f3f78e8a
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment