]> andersk Git - openssh.git/blobdiff - ssh-keyscan.c
- stevesk@cvs.openbsd.org 2001/02/04 08:32:27
[openssh.git] / ssh-keyscan.c
index f753ce821dad9f2465471c66f18969bf94085935..4c8fcc0511fbec1345f2241b6ae43f1679ffda37 100644 (file)
@@ -509,7 +509,7 @@ conloop(void)
        c = tq.tqh_first;
        while (c &&
               (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;
                c = c->c_link.tqe_next;
                conrecycle(s);
This page took 0.027106 seconds and 4 git commands to generate.