summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/param/param_functions.c2
-rw-r--r--lib/param/param_table.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index d829fa8fdd..24a6e88c1e 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -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)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 3a5dd6cd70..2457eba2ce 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -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,