]> git.sur5r.net Git - openldap/commitdiff
Propagate o_extra too
authorHoward Chu <hyc@openldap.org>
Thu, 1 May 2008 22:55:29 +0000 (22:55 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 1 May 2008 22:55:29 +0000 (22:55 +0000)
servers/slapd/acl.c

index 48f93c81966e13ef2a29442da677e0b231b100d3..d8b42651771f63e6ef8faa916494220910f8a72e 100644 (file)
@@ -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;