libsmbconf: consider "include" a forbidden parameter in regisry config again.
authorMichael Adam <obnox@samba.org>
Tue, 8 Apr 2008 23:19:50 +0000 (01:19 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 9 Apr 2008 23:29:00 +0000 (01:29 +0200)
It is now taken care of by the special includes handling.

Michael
(This used to be commit 2c8c65d6900086e92c838333b31abf9efdb61343)

source3/lib/smbconf/smbconf_reg.c

index 72f901d54dcec6b837812b3f5e2c6aa85b4ce503..75b76a8de0d618303e37f0a8113058a8e6b145c5 100644 (file)
@@ -51,6 +51,7 @@ static bool smbconf_reg_valname_forbidden(const char *valname)
                "lock directory",
                "lock dir",
                "config backend",
+               "include",
                NULL
        };
        const char **forbidden = NULL;