diff options
Diffstat (limited to 'lib/param')
-rw-r--r-- | lib/param/param_functions.c | 2 | ||||
-rw-r--r-- | lib/param/param_table.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index e5fa85cd67..9903a509e8 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -181,7 +181,7 @@ FN_GLOBAL_BOOL(enable_privileges, enable_privileges) FN_GLOBAL_BOOL(encrypted_passwords, encrypted_passwords) FN_GLOBAL_BOOL(enhanced_browsing, enhanced_browsing) FN_GLOBAL_BOOL(getwd_cache, getwd_cache) -FN_GLOBAL_BOOL(host_msdfs, bHostMSDfs) +FN_GLOBAL_BOOL(host_msdfs, host_msdfs) FN_GLOBAL_BOOL(hostname_lookups, bHostnameLookups) FN_GLOBAL_BOOL(lanman_auth, bLanmanAuth) FN_GLOBAL_BOOL(large_readwrite, bLargeReadwrite) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 5c1ac459c6..919144da60 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3893,7 +3893,7 @@ static struct parm_struct parm_table[] = { .label = "host msdfs", .type = P_BOOL, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(bHostMSDfs), + .offset = GLOBAL_VAR(host_msdfs), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |