X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/32eda0961e9c2842ad28c6611b156d9c672b5a14..b7cee9498b38e770e4ce968168f7035f0185763e:/main.c diff --git a/main.c b/main.c index 619578f8..87711c29 100644 --- a/main.c +++ b/main.c @@ -607,7 +607,6 @@ int client_run(int f_in, int f_out, pid_t pid, int argc, char *argv[]) rprintf(FINFO,"file list sent\n"); io_flush(NORMAL_FLUSH); - io_start_buffering_out(f_out); send_files(flist,f_out,f_in); io_flush(FULL_FLUSH); if (protocol_version >= 24) {