summaryrefslogtreecommitdiff
path: root/libgpo/gpext/gpext.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-12-13 15:52:31 +0100
committerAndreas Schneider <asn@samba.org>2013-12-18 14:48:24 +0100
commit8fef712eff881fdd48cfd656856826c9f014406c (patch)
tree6abb29aecf612fcaf62bc2e0dbd49734fe57b420 /libgpo/gpext/gpext.c
parent103e672ef533ad0f4010daa5d3e9183e0894c754 (diff)
downloadsamba-8fef712eff881fdd48cfd656856826c9f014406c.tar.gz
libgpo: clean up CSE module api, remove unrequired references to ads_struct.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'libgpo/gpext/gpext.c')
-rw-r--r--libgpo/gpext/gpext.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgpo/gpext/gpext.c b/libgpo/gpext/gpext.c
index df84475754d..8da2c5ea9ea 100644
--- a/libgpo/gpext/gpext.c
+++ b/libgpo/gpext/gpext.c
@@ -733,8 +733,7 @@ NTSTATUS gpext_process_extension(ADS_STRUCT *ads,
status = ext->methods->initialize(mem_ctx);
NT_STATUS_NOT_OK_RETURN(status);
- status = ext->methods->process_group_policy(ads,
- mem_ctx,
+ status = ext->methods->process_group_policy(mem_ctx,
flags,
root_key,
token,