diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:48 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:53 -0800 |
commit | 345846d5e150187c045a71dba1516616312ddf38 (patch) | |
tree | 1e2c37cb29f38dadd5f2716d46157e4e8f7a4b0f /lib/param/param_functions.c | |
parent | f22897d3a0edb6dd6d2641acb842f3615f4b2ad5 (diff) | |
download | samba-345846d5e150187c045a71dba1516616312ddf38.tar.gz samba-345846d5e150187c045a71dba1516616312ddf38.tar.xz samba-345846d5e150187c045a71dba1516616312ddf38.zip |
param: Rename variable used for lp_lanman_auth bLanmanAuth
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 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) |