param: Rename variable used for lp_disable_netbios bDisableNetbios
authorAndrew Bartlett <abartlet@samba.org>
Tue, 24 Dec 2013 03:03:46 +0000 (16:03 +1300)
committerJeremy Allison <jra@samba.org>
Sat, 25 Jan 2014 00:18:52 +0000 (16:18 -0800)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/param/param_functions.c
lib/param/param_table.c

index ffefbfa29b0108e4d1761c0557218f1dc496efa8..a6ca14e4feb7a5051c7b5c7ee30a437a0120b6f2 100644 (file)
@@ -172,7 +172,7 @@ FN_GLOBAL_BOOL(debug_pid, debug_pid)
 FN_GLOBAL_BOOL(debug_prefix_timestamp, debug_prefix_timestamp)
 FN_GLOBAL_BOOL(debug_uid, debug_uid)
 FN_GLOBAL_BOOL(defer_sharing_violations, defer_sharing_violations)
-FN_GLOBAL_BOOL(disable_netbios, bDisableNetbios)
+FN_GLOBAL_BOOL(disable_netbios, disable_netbios)
 FN_GLOBAL_BOOL(_disable_spoolss, bDisableSpoolss)
 FN_GLOBAL_BOOL(_domain_logons, bDomainLogons)
 FN_GLOBAL_BOOL(enable_asu_support, bASUSupport)
index bb871e42631df6a84fdde59f34c86b62575df0a9..9ffc4d457827eebc8860b62df2060114907dc2d8 100644 (file)
@@ -1420,7 +1420,7 @@ static struct parm_struct parm_table[] = {
                .label          = "disable netbios",
                .type           = P_BOOL,
                .p_class        = P_GLOBAL,
-               .offset         = GLOBAL_VAR(bDisableNetbios),
+               .offset         = GLOBAL_VAR(disable_netbios),
                .special        = NULL,
                .enum_list      = NULL,
                .flags          = FLAG_ADVANCED,