From 6fe49ed1ab8ee83b5d8ba093808bc5fc8321f796 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:04:24 +1300 Subject: [PATCH] param: Rename variable used for lp_samba_kcc_command szSambaKCCCommand Signed-off-by: Andrew Bartlett Signed-off-by: Garming Sam Reviewed-by: Jeremy Allison --- lib/param/param_functions.c | 2 +- lib/param/param_table.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 208bf79c250..b2ecfb37b5a 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -358,7 +358,7 @@ FN_GLOBAL_LIST(netbios_aliases, netbios_aliases) FN_GLOBAL_LIST(nsupdate_command, nsupdate_command) FN_GLOBAL_LIST(preload_modules, preload_modules) FN_GLOBAL_LIST(rndc_command, rndc_command) -FN_GLOBAL_LIST(samba_kcc_command, szSambaKCCCommand) +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) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 26c497e9384..97a90ed9982 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -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, -- 2.11.4.GIT