From: Howard Chu Date: Thu, 1 May 2008 22:55:29 +0000 (+0000) Subject: Propagate o_extra too X-Git-Tag: LOCKER_IDS~185 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f37962d0426d133183072c014c22c2d7f48b96b9;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;