X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/92d021488ec06524f7ed6a527c39f2753f4a9fd2..626b5ae839d240987059644321d38c963bd5a794:/io.c diff --git a/io.c b/io.c index 6c2b220f..ae607756 100644 --- a/io.c +++ b/io.c @@ -173,8 +173,6 @@ static void check_timeout(BOOL allow_keepalive) if (!last_io_in) last_io_in = t; - if (!last_io_out) - last_io_out = t; chk = MAX(last_io_out, last_io_in); if (t - chk >= io_timeout) {