mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
time_t-20040818
Make sure the response of time() is stored in a time_t
This commit is contained in:
parent
f21740a0ac
commit
3de51188f7
@ -1477,7 +1477,7 @@ BOOL GetTokenInfo(CStringArray& tokenInfo)
|
||||
{
|
||||
int cellNum;
|
||||
int rc;
|
||||
int current_time;
|
||||
time_t current_time;
|
||||
time_t tokenExpireTime;
|
||||
char *expireString;
|
||||
char userName[100];
|
||||
|
Loading…
Reference in New Issue
Block a user