X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6be8a8b14ddf566b56a1c8252e5be40edc44de2e..84c11e85a4c4a12ecacba24afe9617222e4361e6:/io.c diff --git a/io.c b/io.c index a85bcfaf..e7cb76e3 100644 --- a/io.c +++ b/io.c @@ -1307,7 +1307,7 @@ static void read_a_msg(void) send_msg(MSG_IO_ERROR, data, 4, 0); break; case MSG_IO_TIMEOUT: - if (msg_bytes != 4 || am_sender || am_generator) + if (msg_bytes != 4 || am_server || am_generator) goto invalid_msg; data = perform_io(4, PIO_INPUT_AND_CONSUME); val = IVAL(data, 0);