X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/310c9f30f034877feb1db26623b2febe6dd5da7b..64c3523a6f1f5d6c83571f5f7e921129af42d177:/main.c diff --git a/main.c b/main.c index 5b3493c2..1b0cd8b1 100644 --- a/main.c +++ b/main.c @@ -385,8 +385,8 @@ static void do_server_sender(int f_in, int f_out, int argc,char *argv[]) report(f_out); if (protocol_version >= 24) { /* final goodbye message */ - read_int(f_in); - } + read_int(f_in); + } io_flush(); exit_cleanup(0); } @@ -612,7 +612,7 @@ int client_run(int f_in, int f_out, pid_t pid, int argc, char *argv[]) send_exclude_list(f_out); if (remote_filesfrom_file) filesfrom_fd = f_in; - if (!read_batch) /* dw -- don't write to pipe */ + if (!read_batch) /* don't write to pipe */ flist = send_file_list(f_out,argc,argv); if (verbose > 3) rprintf(FINFO,"file list sent\n");