mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
param: Rename variable used for lp_rndc_command szRNDCCommand
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:
parent
bb61e104e1
commit
ade2a26352
@ -357,7 +357,7 @@ FN_GLOBAL_LIST(name_resolve_order, name_resolve_order)
|
||||
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, szRNDCCommand)
|
||||
FN_GLOBAL_LIST(rndc_command, rndc_command)
|
||||
FN_GLOBAL_LIST(samba_kcc_command, szSambaKCCCommand)
|
||||
FN_GLOBAL_LIST(server_services, server_services)
|
||||
FN_GLOBAL_LIST(smb_ports, smb_ports)
|
||||
|
@ -4249,7 +4249,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "rndc command",
|
||||
.type = P_CMDLIST,
|
||||
.p_class = P_GLOBAL,
|
||||
.offset = GLOBAL_VAR(szRNDCCommand),
|
||||
.offset = GLOBAL_VAR(rndc_command),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED,
|
||||
|
Loading…
Reference in New Issue
Block a user