aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/io.c b/io.c
index 1e2f2187..b5fd3776 100644
--- a/io.c
+++ b/io.c
@@ -807,6 +807,7 @@ void noop_io_until_death(void)
char buf[1024];
kluge_around_eof = 1;
+ set_io_timeout(10);
while (1)
read_buf(iobuf.in_fd, buf, sizeof buf);
@@ -1324,7 +1325,7 @@ static void read_a_msg(void)
if (!io_timeout || io_timeout > val) {
if (INFO_GTE(MISC, 2))
rprintf(FINFO, "Setting --timeout=%d to match server\n", val);
- io_timeout = val;
+ set_io_timeout(val);
}
break;
case MSG_NOOP: