diff options
Diffstat (limited to 'libgpo/gpext/gpext.c')
-rw-r--r-- | libgpo/gpext/gpext.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libgpo/gpext/gpext.c b/libgpo/gpext/gpext.c index 6f960d24d02..99582dabe9d 100644 --- a/libgpo/gpext/gpext.c +++ b/libgpo/gpext/gpext.c @@ -823,9 +823,7 @@ NTSTATUS gpext_process_extension(TALLOC_CTX *mem_ctx, root_key, token, deleted_gpo_list_filtered, - changed_gpo_list_filtered, - extension_guid, - snapin_guid); + changed_gpo_list_filtered); if (!NT_STATUS_IS_OK(status)) { ext->methods->shutdown(); } |