mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
param: Rename variable used for lp_samba_kcc_command szSambaKCCCommand
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
ade2a26352
commit
6fe49ed1ab
@ -4270,7 +4270,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "samba kcc command",
|
||||
.type = P_CMDLIST,
|
||||
.p_class = P_GLOBAL,
|
||||
.offset = GLOBAL_VAR(szSambaKCCCommand),
|
||||
.offset = GLOBAL_VAR(samba_kcc_command),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED,
|
||||
|
Reference in New Issue
Block a user