]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libsmbconf: add "includes" to the forbidden_valnames[].
authorMichael Adam <obnox@samba.org>
Mon, 23 Jun 2008 09:11:08 +0000 (11:11 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 23 Jun 2008 09:11:59 +0000 (11:11 +0200)
This removes the warning messages 'Unknown parameter encountered: "includes"'.

Michael

source/lib/smbconf/smbconf_reg.c

index 395e44a31e5b3a5ed79ede4ef6c7ce3f775c4028..033f800e2a364e745ac66a7d3c55b83ea6f78feb 100644 (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;