From: Quanah Gibson-Mount Date: Thu, 1 May 2008 23:40:09 +0000 (+0000) Subject: Propagate o_extra too X-Git-Tag: OPENLDAP_REL_ENG_2_4_9~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=03dae446cd38808d1d8f9ebf0ab2fdd00ed74122;p=openldap Propagate o_extra too --- diff --git a/servers/slapd/acl.c b/servers/slapd/acl.c index 48f93c8196..d8b4265177 100644 --- a/servers/slapd/acl.c +++ b/servers/slapd/acl.c @@ -2200,6 +2200,7 @@ acl_set_gather( SetCookie *cookie, struct berval *name, AttributeDescription *de op2.ors_attrs = anlistp; op2.ors_attrsonly = 0; op2.o_private = cp->asc_op->o_private; + op2.o_extra = cp->asc_op->o_extra; cb.sc_private = &p;