[BACK]Return to krl.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/krl.c between version 1.26 and 1.27

version 1.26, 2015/01/14 15:02:39 version 1.27, 2015/01/18 14:01:00
Line 791 
Line 791 
         t = timestamp;          t = timestamp;
         tm = localtime(&t);          tm = localtime(&t);
         if (tm == NULL)          if (tm == NULL)
                 strlcpy(ts, "<INVALID>", sizeof(nts));                  strlcpy(ts, "<INVALID>", nts);
         else {          else {
                 *ts = '\0';                  *ts = '\0';
                 strftime(ts, nts, "%Y%m%dT%H%M%S", tm);                  strftime(ts, nts, "%Y%m%dT%H%M%S", tm);

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27