summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:06 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:58 -0800
commit37f67b8d5afd7695e7f43bc847de28f7218c9063 (patch)
treea402dd5f5d920a8278596575ec38429a8d738e66 /lib/param/param_table.c
parentd7d16a8e7989f6468060d17eb019310fed79cc5a (diff)
downloadsamba-37f67b8d5afd7695e7f43bc847de28f7218c9063.tar.gz
samba-37f67b8d5afd7695e7f43bc847de28f7218c9063.tar.xz
samba-37f67b8d5afd7695e7f43bc847de28f7218c9063.zip
param: Rename variable used for lp_workgroup szWorkgroup
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 b0c4e7690d..40d99d2841 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -328,7 +328,7 @@ static struct parm_struct parm_table[] = {
.label = "workgroup",
.type = P_USTRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szWorkgroup),
+ .offset = GLOBAL_VAR(workgroup),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_BASIC | FLAG_ADVANCED | FLAG_WIZARD,