summaryrefslogtreecommitdiff
path: root/libgpo/gpo_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgpo/gpo_util.c')
-rw-r--r--libgpo/gpo_util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgpo/gpo_util.c b/libgpo/gpo_util.c
index 3edb4a59c72..2f1c997df65 100644
--- a/libgpo/gpo_util.c
+++ b/libgpo/gpo_util.c
@@ -469,8 +469,7 @@ static NTSTATUS gpo_process_a_gpo(TALLOC_CTX *mem_ctx,
ntstatus = gpext_process_extension(mem_ctx,
flags, token, root_key,
NULL, gpo,
- gp_ext->extensions_guid[i],
- gp_ext->snapins_guid[i]);
+ gp_ext->extensions_guid[i]);
if (!NT_STATUS_IS_OK(ntstatus)) {
return ntstatus;
}