From: Michael Adam Date: Mon, 23 Jun 2008 09:11:08 +0000 (+0200) Subject: libsmbconf: add "includes" to the forbidden_valnames[]. X-Git-Tag: samba-3.3.0pre1~808 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b20019ceaaf4a8964792f6ba37f50f91b6847e7f;p=thirdparty%2Fsamba.git libsmbconf: add "includes" to the forbidden_valnames[]. This removes the warning messages 'Unknown parameter encountered: "includes"'. Michael --- diff --git a/source/lib/smbconf/smbconf_reg.c b/source/lib/smbconf/smbconf_reg.c index 395e44a31e5..033f800e2a3 100644 --- a/source/lib/smbconf/smbconf_reg.c +++ b/source/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;