mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
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
This commit is contained in:
parent
07ef84fa02
commit
6eee3befc8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user