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

improve fix to ITS#2999: don't care about limits after abandon

parent 23b0e84c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment