1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

param: Rename variable used for lp_samba_kcc_command szSambaKCCCommand

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:24 +13:00
committed by Jeremy Allison
parent ade2a26352
commit 6fe49ed1ab
2 changed files with 2 additions and 2 deletions

View File

@ -358,7 +358,7 @@ FN_GLOBAL_LIST(netbios_aliases, netbios_aliases)
FN_GLOBAL_LIST(nsupdate_command, nsupdate_command) FN_GLOBAL_LIST(nsupdate_command, nsupdate_command)
FN_GLOBAL_LIST(preload_modules, preload_modules) FN_GLOBAL_LIST(preload_modules, preload_modules)
FN_GLOBAL_LIST(rndc_command, rndc_command) 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(server_services, server_services)
FN_GLOBAL_LIST(smb_ports, smb_ports) FN_GLOBAL_LIST(smb_ports, smb_ports)
FN_GLOBAL_LIST(spn_update_command, szSPNUpdateCommand) FN_GLOBAL_LIST(spn_update_command, szSPNUpdateCommand)

View File

@ -4270,7 +4270,7 @@ static struct parm_struct parm_table[] = {
.label = "samba kcc command", .label = "samba kcc command",
.type = P_CMDLIST, .type = P_CMDLIST,
.p_class = P_GLOBAL, .p_class = P_GLOBAL,
.offset = GLOBAL_VAR(szSambaKCCCommand), .offset = GLOBAL_VAR(samba_kcc_command),
.special = NULL, .special = NULL,
.enum_list = NULL, .enum_list = NULL,
.flags = FLAG_ADVANCED, .flags = FLAG_ADVANCED,