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 | 32b2011dc35585ebdc528d150189a439ed921339 (patch) | |
tree | 781987ea187a95e92bcfdcc530ee4aac3e8c8a8e /source3/param/loadparm.c | |
parent | 3ea23419ea3d45b8d11d26f74b5361e925e8f041 (diff) | |
download | samba-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 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index ea0afff277..1f85e26bdc 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -926,7 +926,7 @@ static void init_globals(bool reinit_globals) /* This is what we tell the afs client. in reality we set the token * to never expire, though, when this runs out the afs client will * forget the token. Set to 0 to get NEVERDATE.*/ - Globals.iAfsTokenLifetime = 604800; + Globals.afs_token_lifetime = 604800; Globals.cups_connection_timeout = CUPS_DEFAULT_CONNECTION_TIMEOUT; /* these parameters are set to defaults that are more appropriate |