summaryrefslogtreecommitdiff
path: root/source3/libgpo/gpo_ini.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-29 14:51:37 +0100
committerGünther Deschner <gd@samba.org>2008-02-29 14:53:13 +0100
commitf12770079bcf21a3fc3e493504443ea203c95004 (patch)
tree981fcc5174a397aa01b787a81524b9f6433fef22 /source3/libgpo/gpo_ini.c
parent6346ab79a61be7325fdf3f16ac7f002f8128050c (diff)
downloadsamba-f12770079bcf21a3fc3e493504443ea203c95004.tar.gz
samba-f12770079bcf21a3fc3e493504443ea203c95004.tar.bz2
samba-f12770079bcf21a3fc3e493504443ea203c95004.zip
Pure cosmetics, trying to get my group policy diff smaller.
Gunther (This used to be commit d7346e9360ffa97e44fa781293d32c707436193b)
Diffstat (limited to 'source3/libgpo/gpo_ini.c')
-rw-r--r--source3/libgpo/gpo_ini.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/libgpo/gpo_ini.c b/source3/libgpo/gpo_ini.c
index 306d6f9bec..d8f14b609f 100644
--- a/source3/libgpo/gpo_ini.c
+++ b/source3/libgpo/gpo_ini.c
@@ -174,7 +174,7 @@ static NTSTATUS convert_file_from_ucs2(TALLOC_CTX *mem_ctx,
failed:
- DEBUG(1,("gp_inifile_init_context failed: %s\n",
+ DEBUG(1,("gp_inifile_init_context failed: %s\n",
nt_errstr(status)));
TALLOC_FREE(ctx);
@@ -237,7 +237,7 @@ NTSTATUS parse_gpt_ini(TALLOC_CTX *mem_ctx,
result = NT_STATUS_OK;
out:
- if (dict) {
+ if (dict) {
iniparser_freedict(dict);
}