From 00297b74ac6320a23ba444647718680ddee37453 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 15 May 2009 01:46:09 +0200 Subject: s3:param: prevent includes from being dumped in dump_*() functions. This fixes bug #4271: testparm should not print includes. Michael --- source3/include/smb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/smb.h b/source3/include/smb.h index 4be891d174..fed7468f3e 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -925,6 +925,7 @@ struct parm_struct { #define FLAG_DEPRECATED 0x1000 /* options that should no longer be used */ #define FLAG_HIDE 0x2000 /* options that should be hidden in SWAT */ #define FLAG_DOS_STRING 0x4000 /* convert from UNIX to DOS codepage when reading this string. */ +#define FLAG_META 0x8000 /* A meta directive - not a real parameter */ struct bitmap { uint32 *b; -- cgit