1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

param: Rename variable used for lp_spn_update_command szSPNUpdateCommand

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:
Andrew Bartlett 2013-12-24 16:04:25 +13:00 committed by Jeremy Allison
parent 6fe49ed1ab
commit 558662f8ae
2 changed files with 2 additions and 2 deletions

View File

@ -361,7 +361,7 @@ FN_GLOBAL_LIST(rndc_command, rndc_command)
FN_GLOBAL_LIST(samba_kcc_command, samba_kcc_command)
FN_GLOBAL_LIST(server_services, server_services)
FN_GLOBAL_LIST(smb_ports, smb_ports)
FN_GLOBAL_LIST(spn_update_command, szSPNUpdateCommand)
FN_GLOBAL_LIST(spn_update_command, spn_update_command)
FN_GLOBAL_LIST(svcctl_list, szServicesList)
FN_GLOBAL_LIST(usershare_prefix_allow_list, szUsersharePrefixAllowList)
FN_GLOBAL_LIST(usershare_prefix_deny_list, szUsersharePrefixDenyList)

View File

@ -4295,7 +4295,7 @@ static struct parm_struct parm_table[] = {
.label = "spn update command",
.type = P_CMDLIST,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(szSPNUpdateCommand),
.offset = GLOBAL_VAR(spn_update_command),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,