From 1010a011190b04dd2eed86e03b146f157233f084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Thu, 19 Dec 2013 14:34:53 +0100 Subject: libgpo: remove extension_guid and snapin_guid (the tool guid) from the process callback. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Andreas Schneider --- libgpo/gpext/gpext.c | 4 +--- libgpo/gpext/gpext.h | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'libgpo') 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(); } diff --git a/libgpo/gpext/gpext.h b/libgpo/gpext/gpext.h index 767bd062b91..ce6288cd4ef 100644 --- a/libgpo/gpext/gpext.h +++ b/libgpo/gpext/gpext.h @@ -66,9 +66,7 @@ struct gp_extension_methods { struct registry_key *root_key, const struct security_token *token, struct GROUP_POLICY_OBJECT *deleted_gpo_list, - struct GROUP_POLICY_OBJECT *changed_gpo_list, - const char *extension_guid, - const char *snapin_guid); + struct GROUP_POLICY_OBJECT *changed_gpo_list); NTSTATUS (*get_reg_config)(TALLOC_CTX *mem_ctx, struct gp_extension_reg_info **info); -- cgit v1.2.1