From 26f76b7912cbd004c707e6304abdc99830ad5680 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 17 Jan 2004 05:04:04 +0000 Subject: [PATCH] Got rid of an extra call to io_start_buffering_out(). --- main.c | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.34.1