mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
libsmbconf: add "includes" to the forbidden_valnames[].
This removes the warning messages 'Unknown parameter encountered: "includes"'.
Michael
(This used to be commit b20019ceaa
)
This commit is contained in:
parent
cb5f5eac38
commit
1ef07a6686
@ -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