X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4dea1a9492f065d78562679e87f9a2e357a0f0aa..9493048c10ba21a5c9095d7e75b61b7c3ee0adab:/flist.c diff --git a/flist.c b/flist.c index d296b36f..976f0103 100644 --- a/flist.c +++ b/flist.c @@ -2210,6 +2210,8 @@ struct file_list *send_file_list(int f, int argc, char *argv[]) if (numeric_ids <= 0 && !inc_recurse) send_id_list(f); + set_msg_fd_in(-1); + /* send the io_error flag */ if (protocol_version < 30) write_int(f, ignore_errors ? 0 : io_error);