From: Howard Chu Date: Thu, 17 Mar 2005 22:28:30 +0000 (+0000) Subject: In aci_set_gather propagate op->o_private to subordinate search X-Git-Tag: OPENLDAP_REL_ENG_2_3_BP~44 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1e5f43ddd1aedaecd00b98c0d7b0a7ecfafea964;p=openldap In aci_set_gather propagate op->o_private to subordinate search --- diff --git a/servers/slapd/acl.c b/servers/slapd/acl.c index 6babdba339..fdb2b9156f 100644 --- a/servers/slapd/acl.c +++ b/servers/slapd/acl.c @@ -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;