1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

libsmbconf: consider "include" a forbidden parameter in regisry config again.

It is now taken care of by the special includes handling.

Michael
This commit is contained in:
Michael Adam 2008-04-09 01:19:50 +02:00
parent 9bd06d5737
commit 2c8c65d690

View 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;