X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/13c5fc0e1462307270145b8528e96a8cebfdcdc0..ea2111d10a10a164334eff3b621ed7e630404345:/compat.c diff --git a/compat.c b/compat.c index f53c433f..a8bcd480 100644 --- a/compat.c +++ b/compat.c @@ -44,10 +44,8 @@ void setup_protocol(int f_out,int f_in) if (am_server) { remote_version = read_int(f_in); write_int(f_out,PROTOCOL_VERSION); - write_flush(f_out); } else { write_int(f_out,PROTOCOL_VERSION); - write_flush(f_out); remote_version = read_int(f_in); } }