diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:56 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:55 -0800 |
commit | 1e3dedd75ed697ab88883499ca416f63a5ce4a3b (patch) | |
tree | c0e46a2e232c6249c2a6a52e8c06dbe891b307ba /lib/param/param_table.c | |
parent | 3898deca23db42f3022e67760413695982380ac7 (diff) | |
download | samba-1e3dedd75ed697ab88883499ca416f63a5ce4a3b.tar.gz samba-1e3dedd75ed697ab88883499ca416f63a5ce4a3b.tar.xz samba-1e3dedd75ed697ab88883499ca416f63a5ce4a3b.zip |
param: Rename variable used for lp_utmp bUtmp
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 b9c451637a..bc91885c40 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3372,7 +3372,7 @@ static struct parm_struct parm_table[] = { .label = "utmp", .type = P_BOOL, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(bUtmp), + .offset = GLOBAL_VAR(utmp), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |