summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:50 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:53 -0800
commite6e352f4c8ab34a2b7c3e9c8aed54bb35093a097 (patch)
treed1af4eac24b695d03b7faa92db02b7da6aaa8ab3 /lib/param/param_functions.c
parent20ce0f24550d44b2eab02d6f46cc571fe1c473be (diff)
downloadsamba-e6e352f4c8ab34a2b7c3e9c8aed54bb35093a097.tar.gz
samba-e6e352f4c8ab34a2b7c3e9c8aed54bb35093a097.tar.xz
samba-e6e352f4c8ab34a2b7c3e9c8aed54bb35093a097.zip
param: Rename variable used for lp_nis_home_map bNISHomeMap
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 5d7663c93d..e054ef2105 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -194,7 +194,7 @@ FN_GLOBAL_BOOL(map_untrusted_to_domain, map_untrusted_to_domain)
FN_GLOBAL_BOOL(ms_add_printer_wizard, ms_add_printer_wizard)
FN_GLOBAL_BOOL(multicast_dns_register, multicast_dns_register)
FN_GLOBAL_BOOL(neutralize_nt4_emulation, neutralize_nt4_emulation)
-FN_GLOBAL_BOOL(nis_home_map, bNISHomeMap)
+FN_GLOBAL_BOOL(nis_home_map, nis_home_map)
FN_GLOBAL_BOOL(nmbd_bind_explicit_broadcast, bNmbdBindExplicitBroadcast)
FN_GLOBAL_BOOL(ntlm_auth, bNTLMAuth)
FN_GLOBAL_BOOL(nt_pipe_support, bNTPipeSupport)