summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:02 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:57 -0800
commit26e3bc0a5d99f7b84832d4f4dd09c73650a109a0 (patch)
treecbb6bc7ac02cfb84d2ccb65be3caa41ffb646ec5 /lib/param/param_table.c
parentd06b706a2a43494b0539c4549373a7f1a6d8353e (diff)
downloadsamba-26e3bc0a5d99f7b84832d4f4dd09c73650a109a0.tar.gz
samba-26e3bc0a5d99f7b84832d4f4dd09c73650a109a0.tar.xz
samba-26e3bc0a5d99f7b84832d4f4dd09c73650a109a0.zip
param: Rename variable used for lp_netbios_scope szNetbiosScope
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_table.c')
-rw-r--r--lib/param/param_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 08753cf0c5..f7cdb8bed4 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -364,7 +364,7 @@ static struct parm_struct parm_table[] = {
.label = "netbios scope",
.type = P_USTRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szNetbiosScope),
+ .offset = GLOBAL_VAR(netbios_scope),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,