summaryrefslogtreecommitdiff
path: root/libgpo/gpo_util.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-12-13 15:54:10 +0100
committerAndreas Schneider <asn@samba.org>2013-12-18 14:48:24 +0100
commite3be1d118831670b89acb3799c9e3b3f7789fb0f (patch)
treeaa97240171449b4a675c0680556d09332c5b7d3b /libgpo/gpo_util.c
parent8fef712eff881fdd48cfd656856826c9f014406c (diff)
downloadsamba-e3be1d118831670b89acb3799c9e3b3f7789fb0f.tar.gz
libgpo: clean up CSE 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/gpo_util.c')
-rw-r--r--libgpo/gpo_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpo/gpo_util.c b/libgpo/gpo_util.c
index b38a40ceb62..5810e35d6fc 100644
--- a/libgpo/gpo_util.c
+++ b/libgpo/gpo_util.c
@@ -485,7 +485,7 @@ ADS_STATUS gpo_process_a_gpo(ADS_STRUCT *ads,
continue;
}
- ntstatus = gpext_process_extension(ads, mem_ctx,
+ ntstatus = gpext_process_extension(mem_ctx,
flags, token, root_key, gpo,
gp_ext->extensions_guid[i],
gp_ext->snapins_guid[i]);