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 aab29a5235..69537864a8 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -157,7 +157,7 @@ FN_GLOBAL_BOOL(allow_insecure_widelinks, allow_insecure_widelinks)
FN_GLOBAL_BOOL(allow_nt4_crypto, allow_nt4_crypto)
FN_GLOBAL_BOOL(allow_trusted_domains, allow_trusted_domains)
FN_GLOBAL_BOOL(async_smb_echo_handler, async_smb_echo_handler)
-FN_GLOBAL_BOOL(bind_interfaces_only, bBindInterfacesOnly)
+FN_GLOBAL_BOOL(bind_interfaces_only, bind_interfaces_only)
FN_GLOBAL_BOOL(browse_list, bBrowseList)
FN_GLOBAL_BOOL(client_lanman_auth, bClientLanManAuth)
FN_GLOBAL_BOOL(client_ntlmv2_auth, bClientNTLMv2Auth)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index eb4921d086..e92a5af1dc 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -391,7 +391,7 @@ static struct parm_struct parm_table[] = {
.label = "bind interfaces only",
.type = P_BOOL,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(bBindInterfacesOnly),
+ .offset = GLOBAL_VAR(bind_interfaces_only),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_WIZARD,