diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:02 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:57 -0800 |
commit | 26e3bc0a5d99f7b84832d4f4dd09c73650a109a0 (patch) | |
tree | cbb6bc7ac02cfb84d2ccb65be3caa41ffb646ec5 /lib/param/param_table.c | |
parent | d06b706a2a43494b0539c4549373a7f1a6d8353e (diff) | |
download | samba-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.c | 2 |
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, |