mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3/smbconf_reg: Fix typo.
Karolin
This commit is contained in:
parent
c002c1d776
commit
6343cab308
@ -193,7 +193,7 @@ static WERROR smbconf_reg_set_value(struct registry_key *key,
|
||||
if (!strequal(subkeyname, GLOBAL_NAME) &&
|
||||
lp_parameter_is_global(valname))
|
||||
{
|
||||
DEBUG(5, ("Global paramter '%s' not allowed in "
|
||||
DEBUG(5, ("Global parameter '%s' not allowed in "
|
||||
"service definition ('%s').\n", canon_valname,
|
||||
subkeyname));
|
||||
werr = WERR_INVALID_PARAM;
|
||||
|
Loading…
Reference in New Issue
Block a user