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 a9e620cf86..16be646cee 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -184,7 +184,7 @@ FN_GLOBAL_BOOL(getwd_cache, getwd_cache)
FN_GLOBAL_BOOL(host_msdfs, host_msdfs)
FN_GLOBAL_BOOL(hostname_lookups, hostname_lookups)
FN_GLOBAL_BOOL(lanman_auth, lanman_auth)
-FN_GLOBAL_BOOL(large_readwrite, bLargeReadwrite)
+FN_GLOBAL_BOOL(large_readwrite, large_readwrite)
FN_GLOBAL_BOOL(ldap_delete_dn, ldap_delete_dn)
FN_GLOBAL_BOOL(ldap_ssl_ads, ldap_ssl_ads)
FN_GLOBAL_BOOL(load_printers, bLoadPrinters)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 983d9e9f6a..f0c20b10e0 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1313,7 +1313,7 @@ static struct parm_struct parm_table[] = {
.label = "large readwrite",
.type = P_BOOL,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(bLargeReadwrite),
+ .offset = GLOBAL_VAR(large_readwrite),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,