mirror of
https://github.com/samba-team/samba.git
synced 2025-01-31 01:48:16 +03:00
param: Rename variable used for lp_addport_cmd szAddPortCommand
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:
parent
fb0a0c65f1
commit
20ded0fed8
@ -370,7 +370,7 @@ FN_GLOBAL_LIST(wins_server_list, wins_server_list)
|
||||
FN_GLOBAL_STRING(abort_shutdown_script, abort_shutdown_script)
|
||||
FN_GLOBAL_STRING(addgroup_script, addgroup_script)
|
||||
FN_GLOBAL_STRING(addmachine_script, addmachine_script)
|
||||
FN_GLOBAL_STRING(addport_cmd, szAddPortCommand)
|
||||
FN_GLOBAL_STRING(addport_cmd, addport_cmd)
|
||||
FN_GLOBAL_STRING(addprinter_cmd, szAddPrinterCommand)
|
||||
FN_GLOBAL_STRING(add_share_cmd, szAddShareCommand)
|
||||
FN_GLOBAL_STRING(adduser_script, szAddUserScript)
|
||||
|
@ -2239,7 +2239,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "addport command",
|
||||
.type = P_STRING,
|
||||
.p_class = P_GLOBAL,
|
||||
.offset = GLOBAL_VAR(szAddPortCommand),
|
||||
.offset = GLOBAL_VAR(addport_cmd),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED,
|
||||
|
Loading…
x
Reference in New Issue
Block a user