mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
improve fix to ITS#2999: don't care about limits after abandon
This commit is contained in:
parent
23b0e84cb8
commit
b761105439
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue