From 69997e2911e1c720fc5b87dae24b9a9c82b87eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Wed, 18 Dec 2013 15:24:17 +0100 Subject: libgpo: rename debug_gpext_header to gpext_debug_header. 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 | 2 +- libgpo/gpext/gpext.h | 2 +- source3/libgpo/gpext/registry.c | 2 +- source3/libgpo/gpext/scripts.c | 2 +- source3/libgpo/gpext/security.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libgpo/gpext/gpext.c b/libgpo/gpext/gpext.c index a48d3f59c70..49d08c82c7b 100644 --- a/libgpo/gpext/gpext.c +++ b/libgpo/gpext/gpext.c @@ -655,7 +655,7 @@ NTSTATUS free_gp_extensions(void) /**************************************************************** ****************************************************************/ -void debug_gpext_header(int lvl, +void gpext_debug_header(int lvl, const char *name, uint32_t flags, struct GROUP_POLICY_OBJECT *gpo, diff --git a/libgpo/gpext/gpext.h b/libgpo/gpext/gpext.h index ef0b1a25580..b76f7001205 100644 --- a/libgpo/gpext/gpext.h +++ b/libgpo/gpext/gpext.h @@ -92,7 +92,7 @@ NTSTATUS gp_ext_info_add_entry(TALLOC_CTX *mem_ctx, NTSTATUS shutdown_gp_extensions(void); NTSTATUS init_gp_extensions(TALLOC_CTX *mem_ctx); NTSTATUS free_gp_extensions(void); -void debug_gpext_header(int lvl, +void gpext_debug_header(int lvl, const char *name, uint32_t flags, struct GROUP_POLICY_OBJECT *gpo, diff --git a/source3/libgpo/gpext/registry.c b/source3/libgpo/gpext/registry.c index 3b4c52d9958..a7580c4ca9f 100644 --- a/source3/libgpo/gpext/registry.c +++ b/source3/libgpo/gpext/registry.c @@ -283,7 +283,7 @@ static NTSTATUS registry_process_group_policy(TALLOC_CTX *mem_ctx, size_t num_entries = 0; char *unix_path = NULL; - debug_gpext_header(0, "registry_process_group_policy", flags, gpo, + gpext_debug_header(0, "registry_process_group_policy", flags, gpo, extension_guid, snapin_guid); status = gpo_get_unix_path(mem_ctx, cache_path(GPO_CACHE_DIR), gpo, &unix_path); diff --git a/source3/libgpo/gpext/scripts.c b/source3/libgpo/gpext/scripts.c index 7a3d4e5e0f4..fc2d3316dfc 100644 --- a/source3/libgpo/gpext/scripts.c +++ b/source3/libgpo/gpext/scripts.c @@ -357,7 +357,7 @@ static NTSTATUS scripts_process_group_policy(TALLOC_CTX *mem_ctx, GP_SCRIPTS_INI_LOGOFF }; - debug_gpext_header(0, "scripts_process_group_policy", flags, gpo, + gpext_debug_header(0, "scripts_process_group_policy", flags, gpo, extension_guid, snapin_guid); status = gpo_get_unix_path(mem_ctx, cache_path(GPO_CACHE_DIR), gpo, &unix_path); diff --git a/source3/libgpo/gpext/security.c b/source3/libgpo/gpext/security.c index 37d8e4f400f..f43079b74ba 100644 --- a/source3/libgpo/gpext/security.c +++ b/source3/libgpo/gpext/security.c @@ -152,7 +152,7 @@ static NTSTATUS security_process_group_policy(TALLOC_CTX *mem_ctx, char *unix_path = NULL; struct gp_inifile_context *ini_ctx = NULL; - debug_gpext_header(0, "security_process_group_policy", flags, gpo, + gpext_debug_header(0, "security_process_group_policy", flags, gpo, extension_guid, snapin_guid); /* this handler processes the gpttmpl files and merge output to the -- cgit v1.2.1