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
commit32b2011dc35585ebdc528d150189a439ed921339 (patch)
tree781987ea187a95e92bcfdcc530ee4aac3e8c8a8e /lib/param/param_table.c
parent3ea23419ea3d45b8d11d26f74b5361e925e8f041 (diff)
downloadsamba-32b2011dc35585ebdc528d150189a439ed921339.tar.gz
samba-32b2011dc35585ebdc528d150189a439ed921339.tar.xz
samba-32b2011dc35585ebdc528d150189a439ed921339.zip
param: Rename variable used for lp_afs_token_lifetime iAfsTokenLifetime
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 a67e70923b..41f8e3a819 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3508,7 +3508,7 @@ static struct parm_struct parm_table[] = {
.label = "afs token lifetime",
.type = P_INTEGER,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(iAfsTokenLifetime),
+ .offset = GLOBAL_VAR(afs_token_lifetime),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,