diff options
author | Günther Deschner <gd@samba.org> | 2013-12-18 15:24:17 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2014-01-07 16:59:38 +0100 |
commit | 69997e2911e1c720fc5b87dae24b9a9c82b87eb7 (patch) | |
tree | fa6d2dfcd31eb253c9e2c7b686efb670e24d1787 /source3/libgpo | |
parent | 0e3c964fab820ca9431fe1792763c0deafcfbd54 (diff) | |
download | samba-69997e2911e1c720fc5b87dae24b9a9c82b87eb7.tar.gz samba-69997e2911e1c720fc5b87dae24b9a9c82b87eb7.tar.xz samba-69997e2911e1c720fc5b87dae24b9a9c82b87eb7.zip |
libgpo: rename debug_gpext_header to gpext_debug_header.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/libgpo')
-rw-r--r-- | source3/libgpo/gpext/registry.c | 2 | ||||
-rw-r--r-- | source3/libgpo/gpext/scripts.c | 2 | ||||
-rw-r--r-- | source3/libgpo/gpext/security.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source3/libgpo/gpext/registry.c b/source3/libgpo/gpext/registry.c index 3b4c52d995..a7580c4ca9 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 7a3d4e5e0f..fc2d3316df 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 37d8e4f400..f43079b74b 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 |