Made copy_section() and string_set() simpler, getting rid of a
[rsync/rsync.git] / flist.c
diff --git a/flist.c b/flist.c
index 1fa2cac..0fc7851 100644 (file)
--- a/flist.c
+++ b/flist.c
@@ -2262,6 +2262,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);