1
0
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:
Michael Adam 2008-06-23 11:11:08 +02:00
parent cb5f5eac38
commit 1ef07a6686

View File

@ -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;