]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Got rid of an extra call to io_start_buffering_out().
authorWayne Davison <wayned@samba.org>
Sat, 17 Jan 2004 05:04:04 +0000 (05:04 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 17 Jan 2004 05:04:04 +0000 (05:04 +0000)
main.c

diff --git a/main.c b/main.c
index 619578f896e118ac75ffe794ba160a372cbc7daf..87711c29a1805ae05fb67c9ef5442a32b8b626c4 100644 (file)
--- 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) {