mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
libsmbconf:registry: clarify the appearance of "includes" in forbidden_names
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
76a008cd18
commit
429ab4ed02
@ -62,7 +62,13 @@ bool smbconf_reg_parameter_is_valid(const char *param_name)
|
||||
"lock dir",
|
||||
"config backend",
|
||||
"include",
|
||||
"includes", /* this has a special meaning internally */
|
||||
/*
|
||||
* "includes" has a special meaning internally.
|
||||
* It is currently not necessary to list it here since it is
|
||||
* not a valid parameter. But for clarity and safety, we keep
|
||||
* it for now.
|
||||
*/
|
||||
INCLUDES_VALNAME,
|
||||
NULL
|
||||
};
|
||||
const char **forbidden = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user