diff options
author | Kevin Steves <stevesk@pobox.com> | 2001-02-05 12:42:17 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2001-02-05 12:42:17 +0000 |
commit | ef4eea9badfb65f05ac24f786b710cc3f27f0e43 (patch) | |
tree | f54abef181ccd6ad5285a5c16b4c159d8b74e932 /ssh-keyscan.c | |
parent | d2ddda4efab29fd8663757634773fa10e557e0f3 (diff) |
- stevesk@cvs.openbsd.org 2001/02/04 08:32:27
[many files; did this manually to our top-level source dir]
unexpand and remove end-of-line whitespace; ok markus@
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r-- | ssh-keyscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c index f753ce821..4c8fcc051 100644 --- a/ssh-keyscan.c +++ b/ssh-keyscan.c | |||
@@ -509,7 +509,7 @@ conloop(void) | |||
509 | c = tq.tqh_first; | 509 | c = tq.tqh_first; |
510 | while (c && | 510 | while (c && |
511 | (c->c_tv.tv_sec < now.tv_sec || | 511 | (c->c_tv.tv_sec < now.tv_sec || |
512 | (c->c_tv.tv_sec == now.tv_sec && c->c_tv.tv_usec < now.tv_usec))) { | 512 | (c->c_tv.tv_sec == now.tv_sec && c->c_tv.tv_usec < now.tv_usec))) { |
513 | int s = c->c_fd; | 513 | int s = c->c_fd; |
514 | c = c->c_link.tqe_next; | 514 | c = c->c_link.tqe_next; |
515 | conrecycle(s); | 515 | conrecycle(s); |