summaryrefslogtreecommitdiff
path: root/source3/libgpo
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-12-11 00:59:55 +0100
committerAndreas Schneider <asn@cryptomilk.org>2013-12-12 15:31:13 +0100
commit6eee3befc813de5f6e8b4a10b9e2cc9724ed6c06 (patch)
treeb96cc053c892e819c2164d6ce979824417429dd4 /source3/libgpo
parent07ef84fa02b0dd51786ef6cd82ab4d24905f33a6 (diff)
downloadsamba-6eee3befc813de5f6e8b4a10b9e2cc9724ed6c06.tar.gz
libgpo/security_CSE: more preamble header checks of SecEdit/GptTmpl.inf files.
$CHICAGO$ needs to be double quoted. Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Thu Dec 12 15:31:14 CET 2013 on sn-devel-104
Diffstat (limited to 'source3/libgpo')
-rw-r--r--source3/libgpo/gpext/security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libgpo/gpext/security.c b/source3/libgpo/gpext/security.c
index dba1e9b72fe..2322bce762c 100644
--- a/source3/libgpo/gpext/security.c
+++ b/source3/libgpo/gpext/security.c
@@ -55,7 +55,7 @@ struct gpttmpl_table {
#define GPTTMPL_PARAMETER_REVISION "Revision"
#define GPTTMPL_PARAMETER_SIGNATURE "signature"
-#define GPTTMPL_VALUE_CHICAGO "$CHICAGO$" /* whatever this is good for... */
+#define GPTTMPL_VALUE_CHICAGO "\"$CHICAGO$\"" /* whatever this is good for... */
#define GPTTMPL_PARAMETER_UNICODE "Unicode"
static NTSTATUS gpttmpl_parse_header(struct gp_inifile_context *ini_ctx,