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:
Jeffrey Altman 2004-08-18 18:52:30 +00:00 committed by Jeffrey Altman
parent bf40fd9b2e
commit de3c0220a1

View File

@ -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];