From f37962d0426d133183072c014c22c2d7f48b96b9 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 1 May 2008 22:55:29 +0000 Subject: [PATCH] Propagate o_extra too --- servers/slapd/acl.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5