Don't try to backup a file being removed from the backup area.
[rsync/rsync.git] / main.c
diff --git a/main.c b/main.c
index ec2e43a..2ef2f47 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1091,7 +1091,6 @@ int client_run(int f_in, int f_out, pid_t pid, int argc, char *argv[])
                if (write_batch && !am_server)
                        start_write_batch(f_out);
                flist = send_file_list(f_out, argc, argv);
-               set_msg_fd_in(-1);
                if (DEBUG_GTE(FLIST, 3))
                        rprintf(FINFO,"file list sent\n");