mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
libsmbconf: add "includes" to the forbidden_valnames[].
This removes the warning messages 'Unknown parameter encountered: "includes"'. Michael
This commit is contained in:
parent
59beb7acd7
commit
b20019ceaa
@ -52,6 +52,7 @@ static bool smbconf_reg_valname_forbidden(const char *valname)
|
||||
"lock dir",
|
||||
"config backend",
|
||||
"include",
|
||||
"includes", /* this has a special meaning internally */
|
||||
NULL
|
||||
};
|
||||
const char **forbidden = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user