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