diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:57 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:55 -0800 |
commit | 591e80633e9232cbb43834e83e9e415024320847 (patch) | |
tree | 18c77ce1b853d5fbe432ea96491a0306e6547240 /lib/param/param_table.c | |
parent | 1e3dedd75ed697ab88883499ca416f63a5ce4a3b (diff) | |
download | samba-591e80633e9232cbb43834e83e9e415024320847.tar.gz samba-591e80633e9232cbb43834e83e9e415024320847.tar.xz samba-591e80633e9232cbb43834e83e9e415024320847.zip |
param: Rename variable used for lp_we_are_a_wins_server bWINSsupport
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 bc91885c40..82161431f8 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2917,7 +2917,7 @@ static struct parm_struct parm_table[] = { .label = "wins support", .type = P_BOOL, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(bWINSsupport), + .offset = GLOBAL_VAR(we_are_a_wins_server), .special = NULL, .enum_list = NULL, .flags = FLAG_BASIC | FLAG_ADVANCED | FLAG_WIZARD, |