mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
fix ITS#2999
This commit is contained in:
parent
f3f78e8a1f
commit
23b0e84cb8
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue