diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:51 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:53 -0800 |
commit | 9032e5cfe4c9b6cbb94507b62adf72facf343ac2 (patch) | |
tree | c8a7541cf0c43af0d13541d6f59a7aa588f7a72b /lib/param/param_functions.c | |
parent | e6e352f4c8ab34a2b7c3e9c8aed54bb35093a097 (diff) | |
download | samba-9032e5cfe4c9b6cbb94507b62adf72facf343ac2.tar.gz samba-9032e5cfe4c9b6cbb94507b62adf72facf343ac2.tar.xz samba-9032e5cfe4c9b6cbb94507b62adf72facf343ac2.zip |
param: Rename variable used for lp_nmbd_bind_explicit_broadcast bNmbdBindExplicitBroadcast
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 e054ef2105..ba9361c5dd 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -195,7 +195,7 @@ 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, nis_home_map) -FN_GLOBAL_BOOL(nmbd_bind_explicit_broadcast, bNmbdBindExplicitBroadcast) +FN_GLOBAL_BOOL(nmbd_bind_explicit_broadcast, nmbd_bind_explicit_broadcast) FN_GLOBAL_BOOL(ntlm_auth, bNTLMAuth) FN_GLOBAL_BOOL(nt_pipe_support, bNTPipeSupport) FN_GLOBAL_BOOL(nt_status_support, bNTStatusSupport) |