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:
parent
9bd06d5737
commit
2c8c65d690
@ -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…
Reference in New Issue
Block a user