mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +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",
|
"lock dir",
|
||||||
"config backend",
|
"config backend",
|
||||||
"include",
|
"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
|
NULL
|
||||||
};
|
};
|
||||||
const char **forbidden = NULL;
|
const char **forbidden = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user