param: Rename variable used for lp_spn_update_command szSPNUpdateCommand
authorAndrew Bartlett <abartlet@samba.org>
Tue, 24 Dec 2013 03:04:25 +0000 (16:04 +1300)
committerJeremy Allison <jra@samba.org>
Sat, 25 Jan 2014 00:19:01 +0000 (16:19 -0800)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/param/param_functions.c
lib/param/param_table.c

index b2ecfb37b5a650f4ce7f47a5f7a02e11232af76a..7e6a163676cacd79ad8f3bb1ab1aa591668040d4 100644 (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)
index 97a90ed99829b10e598ae94be7cb1ebec16f09b5..c4b0d838d6fa9f925fd921a6ae500ea19157fffb 100644 (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,