X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b536f47e3ce7c8efc6d73884da0474fc5551b285..1a0de6c68bd7c95aef56a754c8ed3e3062a5e57c:/main.c diff --git a/main.c b/main.c index 3e39a857..b40c693e 100644 --- a/main.c +++ b/main.c @@ -292,9 +292,6 @@ static int do_recv(int f_in,int f_out,struct file_list *flist,char *local_name) recv_files(f_in,flist,local_name,recv_pipe[1]); report(f_in); - if (verbose > 3) - rprintf(FINFO,"do_recv waiting on %d\n",pid); - io_flush(); _exit(0); } @@ -518,11 +515,6 @@ static int start_client(int argc, char *argv[]) pid = do_cmd(shell_cmd,shell_machine,shell_user,shell_path,&f_in,&f_out); -#if HAVE_SETLINEBUF - setlinebuf(stdout); - setlinebuf(stderr); -#endif - ret = client_run(f_in, f_out, pid, argc, argv); fflush(stdout);