summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:48 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:52 -0800
commitf22897d3a0edb6dd6d2641acb842f3615f4b2ad5 (patch)
tree0f7eb1d0c15ddd98469724d0ca36075afb821e8c /lib/param/param_functions.c
parentabe89916bccd6b68dc254f7429fc0a868333f57c (diff)
downloadsamba-f22897d3a0edb6dd6d2641acb842f3615f4b2ad5.tar.gz
samba-f22897d3a0edb6dd6d2641acb842f3615f4b2ad5.tar.xz
samba-f22897d3a0edb6dd6d2641acb842f3615f4b2ad5.zip
param: Rename variable used for lp_hostname_lookups bHostnameLookups
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index 9903a509e8..92dcf0899a 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -182,7 +182,7 @@ 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, host_msdfs)
-FN_GLOBAL_BOOL(hostname_lookups, bHostnameLookups)
+FN_GLOBAL_BOOL(hostname_lookups, hostname_lookups)
FN_GLOBAL_BOOL(lanman_auth, bLanmanAuth)
FN_GLOBAL_BOOL(large_readwrite, bLargeReadwrite)
FN_GLOBAL_BOOL(ldap_delete_dn, ldap_delete_dn)