diff options
Diffstat (limited to 'lib')
| -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 92dcf0899a..a9e620cf86 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -183,7 +183,7 @@ FN_GLOBAL_BOOL(enhanced_browsing, enhanced_browsing) 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, bLanmanAuth) +FN_GLOBAL_BOOL(lanman_auth, lanman_auth) FN_GLOBAL_BOOL(large_readwrite, bLargeReadwrite) FN_GLOBAL_BOOL(ldap_delete_dn, ldap_delete_dn) FN_GLOBAL_BOOL(ldap_ssl_ads, ldap_ssl_ads) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 0d9a706741..983d9e9f6a 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -692,7 +692,7 @@ static struct parm_struct parm_table[] = { .label = "lanman auth", .type = P_BOOL, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(bLanmanAuth), + .offset = GLOBAL_VAR(lanman_auth), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |
