summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:05 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:58 -0800
commit74ac4607b41a19e603dafedb6a07d66267a3c837 (patch)
tree41e3b784d50ca1caef104925afb1c260c08c5ec8 /lib/param/param_table.c
parentc7a09766f1a15489001915f4c9863ca72cc4c52b (diff)
downloadsamba-74ac4607b41a19e603dafedb6a07d66267a3c837.tar.gz
samba-74ac4607b41a19e603dafedb6a07d66267a3c837.tar.xz
samba-74ac4607b41a19e603dafedb6a07d66267a3c837.zip
param: Rename variable used for lp_utmpdir szUtmpDir
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 e592952924..ed73e9c388 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3354,7 +3354,7 @@ static struct parm_struct parm_table[] = {
.label = "utmp directory",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szUtmpDir),
+ .offset = GLOBAL_VAR(utmpdir),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,