mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
In aci_set_gather propagate op->o_private to subordinate search
This commit is contained in:
parent
85bc7ccd2c
commit
1e5f43ddd1
1 changed files with 1 additions and 0 deletions
|
|
@ -2042,6 +2042,7 @@ aci_set_gather( SetCookie *cookie, struct berval *name, AttributeDescription *de
|
|||
op2.ors_tlimit = SLAP_NO_LIMIT;
|
||||
op2.ors_attrs = anlistp;
|
||||
op2.ors_attrsonly = 0;
|
||||
op2.o_private = cp->op->o_private;
|
||||
|
||||
cb.sc_private = &p;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue