1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

param: Rename variable used for lp_interfaces szInterfaces

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:23 +13:00 committed by Jeremy Allison
parent ce536d619b
commit f6c5c386d5
2 changed files with 2 additions and 2 deletions

View File

@ -352,7 +352,7 @@ FN_GLOBAL_LIST(dcerpc_endpoint_servers, dcerpc_endpoint_servers)
FN_GLOBAL_LIST(dns_update_command, dns_update_command)
FN_GLOBAL_LIST(eventlog_list, eventlog_list)
FN_GLOBAL_LIST(init_logon_delayed_hosts, szinit_logon_delayedHosts)
FN_GLOBAL_LIST(interfaces, szInterfaces)
FN_GLOBAL_LIST(interfaces, interfaces)
FN_GLOBAL_LIST(name_resolve_order, szNameResolveOrder)
FN_GLOBAL_LIST(netbios_aliases, szNetbiosAliases)
FN_GLOBAL_LIST(nsupdate_command, szNSUpdateCommand)

View File

@ -382,7 +382,7 @@ static struct parm_struct parm_table[] = {
.label = "interfaces",
.type = P_LIST,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(szInterfaces),
.offset = GLOBAL_VAR(interfaces),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_BASIC | FLAG_ADVANCED | FLAG_WIZARD,