mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +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 used to be commit 2c8c65d6900086e92c838333b31abf9efdb61343)
This commit is contained in:
parent
7bf407c711
commit
d26daa0234
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user