From b20019ceaaf4a8964792f6ba37f50f91b6847e7f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 23 Jun 2008 11:11:08 +0200 Subject: [PATCH] libsmbconf: add "includes" to the forbidden_valnames[]. This removes the warning messages 'Unknown parameter encountered: "includes"'. Michael --- source/lib/smbconf/smbconf_reg.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.3