mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
param: Rename variable used for lp_addgroup_script szAddGroupScript
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
f42246bb94
commit
f3080c7f7c
@ -368,7 +368,7 @@ FN_GLOBAL_LIST(usershare_prefix_deny_list, usershare_prefix_deny_list)
|
||||
FN_GLOBAL_LIST(winbind_nss_info, winbind_nss_info)
|
||||
FN_GLOBAL_LIST(wins_server_list, wins_server_list)
|
||||
FN_GLOBAL_STRING(abort_shutdown_script, abort_shutdown_script)
|
||||
FN_GLOBAL_STRING(addgroup_script, szAddGroupScript)
|
||||
FN_GLOBAL_STRING(addgroup_script, addgroup_script)
|
||||
FN_GLOBAL_STRING(addmachine_script, szAddMachineScript)
|
||||
FN_GLOBAL_STRING(addport_cmd, szAddPortCommand)
|
||||
FN_GLOBAL_STRING(addprinter_cmd, szAddPrinterCommand)
|
||||
|
@ -2620,7 +2620,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "add group script",
|
||||
.type = P_STRING,
|
||||
.p_class = P_GLOBAL,
|
||||
.offset = GLOBAL_VAR(szAddGroupScript),
|
||||
.offset = GLOBAL_VAR(addgroup_script),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED,
|
||||
|
Reference in New Issue
Block a user