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

Diff for /src/usr.bin/ssh/ssh-keyscan.c between version 1.11 and 1.12

version 1.11, 2001/01/21 19:05:57 version 1.12, 2001/02/04 15:32:26
Line 489 
Line 489 
         c = tq.tqh_first;          c = tq.tqh_first;
         while (c &&          while (c &&
                (c->c_tv.tv_sec < now.tv_sec ||                 (c->c_tv.tv_sec < now.tv_sec ||
                 (c->c_tv.tv_sec == now.tv_sec && c->c_tv.tv_usec < now.tv_usec))) {                  (c->c_tv.tv_sec == now.tv_sec && c->c_tv.tv_usec < now.tv_usec))) {
                 int s = c->c_fd;                  int s = c->c_fd;
                 c = c->c_link.tqe_next;                  c = c->c_link.tqe_next;
                 conrecycle(s);                  conrecycle(s);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12