mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
STABLE14-time_t-20040818
Make sure the response of time() is stored in a time_t
(cherry picked from commit 3de51188f7
)
This commit is contained in:
parent
bf40fd9b2e
commit
de3c0220a1
@ -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