From: Jeffrey Altman Date: Wed, 18 Aug 2004 18:52:30 +0000 (+0000) Subject: STABLE14-time_t-20040818 X-Git-Tag: openafs-devel-1_3_71~30 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=de3c0220a17c8596961a9bbae08cac386f5b2730;p=packages%2Fo%2Fopenafs.git STABLE14-time_t-20040818 Make sure the response of time() is stored in a time_t (cherry picked from commit 3de51188f75dd1503c300d87cc00c30b0ba4a0b0) --- diff --git a/src/WINNT/client_exp/gui2fs.cpp b/src/WINNT/client_exp/gui2fs.cpp index 6865a63c5..2c1cb0fb2 100644 --- a/src/WINNT/client_exp/gui2fs.cpp +++ b/src/WINNT/client_exp/gui2fs.cpp @@ -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];