mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
param: Rename variable used for lp_nsupdate_command szNSUpdateCommand
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
0d6e3225fc
commit
3be3780aae
@ -355,7 +355,7 @@ FN_GLOBAL_LIST(init_logon_delayed_hosts, szinit_logon_delayedHosts)
|
||||
FN_GLOBAL_LIST(interfaces, interfaces)
|
||||
FN_GLOBAL_LIST(name_resolve_order, name_resolve_order)
|
||||
FN_GLOBAL_LIST(netbios_aliases, netbios_aliases)
|
||||
FN_GLOBAL_LIST(nsupdate_command, szNSUpdateCommand)
|
||||
FN_GLOBAL_LIST(nsupdate_command, nsupdate_command)
|
||||
FN_GLOBAL_LIST(preload_modules, szPreloadModules)
|
||||
FN_GLOBAL_LIST(rndc_command, szRNDCCommand)
|
||||
FN_GLOBAL_LIST(samba_kcc_command, szSambaKCCCommand)
|
||||
|
@ -4240,7 +4240,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "nsupdate command",
|
||||
.type = P_CMDLIST,
|
||||
.p_class = P_GLOBAL,
|
||||
.offset = GLOBAL_VAR(szNSUpdateCommand),
|
||||
.offset = GLOBAL_VAR(nsupdate_command),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED,
|
||||
|
Loading…
x
Reference in New Issue
Block a user