From 03dae446cd38808d1d8f9ebf0ab2fdd00ed74122 Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Thu, 1 May 2008 23:40:09 +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;
 
-- 
GitLab