summaryrefslogtreecommitdiff
path: root/libgpo/gpo_util.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-12-18 19:33:28 +0100
committerAndreas Schneider <asn@samba.org>2014-01-07 16:59:38 +0100
commita9cb3031bcba1e4f39c71e4e09508e4eec0e833e (patch)
treee2e3b79a47347fa3ffe3534663f163fdea723e25 /libgpo/gpo_util.c
parent19268c5c2654956e2a45c7f8ce27a699e96c930b (diff)
downloadsamba-a9cb3031bcba1e4f39c71e4e09508e4eec0e833e.tar.gz
libgpo: allow to pass down deleted and changed gpo list to CSE plugins.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'libgpo/gpo_util.c')
-rw-r--r--libgpo/gpo_util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgpo/gpo_util.c b/libgpo/gpo_util.c
index 88ebdc0d401..3edb4a59c72 100644
--- a/libgpo/gpo_util.c
+++ b/libgpo/gpo_util.c
@@ -467,7 +467,8 @@ static NTSTATUS gpo_process_a_gpo(TALLOC_CTX *mem_ctx,
}
ntstatus = gpext_process_extension(mem_ctx,
- flags, token, root_key, gpo,
+ flags, token, root_key,
+ NULL, gpo,
gp_ext->extensions_guid[i],
gp_ext->snapins_guid[i]);
if (!NT_STATUS_IS_OK(ntstatus)) {