diff options
author | Michael Adam <obnox@samba.org> | 2008-06-23 11:11:08 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-06-23 11:11:59 +0200 |
commit | 1ef07a6686d3f21052e4105b4d996aa931b6ddc4 (patch) | |
tree | 428761b9383f072484c2926eda6800dfa3fd1dd5 /source3 | |
parent | cb5f5eac3820895fe5dbabb27265a06ae3e1075d (diff) | |
download | samba-1ef07a6686d3f21052e4105b4d996aa931b6ddc4.tar.gz samba-1ef07a6686d3f21052e4105b4d996aa931b6ddc4.tar.bz2 samba-1ef07a6686d3f21052e4105b4d996aa931b6ddc4.zip |
libsmbconf: add "includes" to the forbidden_valnames[].
This removes the warning messages 'Unknown parameter encountered: "includes"'.
Michael
(This used to be commit b20019ceaaf4a8964792f6ba37f50f91b6847e7f)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/smbconf/smbconf_reg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/smbconf/smbconf_reg.c b/source3/lib/smbconf/smbconf_reg.c index 395e44a31e..033f800e2a 100644 --- a/source3/lib/smbconf/smbconf_reg.c +++ b/source3/lib/smbconf/smbconf_reg.c @@ -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; |