summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:01 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:56 -0800
commit603282d5f56bbcdb1f913dbdc8a6a568706d3bf5 (patch)
treee687ba47a0f7c0460544e2d961ce0af9a48b3c6f /lib/param/param_table.c
parent4253eed915e217cf122ee8282475cc2b93be9109 (diff)
downloadsamba-603282d5f56bbcdb1f913dbdc8a6a568706d3bf5.tar.gz
samba-603282d5f56bbcdb1f913dbdc8a6a568706d3bf5.tar.xz
samba-603282d5f56bbcdb1f913dbdc8a6a568706d3bf5.zip
param: Rename variable used for lp_guestaccount szGuestaccount
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 5150483a28..591a43da36 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -583,7 +583,7 @@ static struct parm_struct parm_table[] = {
.label = "guest account",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szGuestaccount),
+ .offset = GLOBAL_VAR(guestaccount),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_BASIC | FLAG_ADVANCED,