diff options
author | Wayne Davison <wayned@samba.org> | 2004-07-24 16:39:53 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2004-07-24 16:39:53 +0000 |
commit | 741d654495cf4a35bd92ddf0df14e56681454ec6 (patch) | |
tree | cdf870284a5102eed731c985d5232841113db4e6 /io.c | |
parent | d3e182af0976f35cad31bd3aa08c8deaa20509b3 (diff) | |
download | rsync-741d654495cf4a35bd92ddf0df14e56681454ec6.tar.gz rsync-741d654495cf4a35bd92ddf0df14e56681454ec6.tar.bz2 rsync-741d654495cf4a35bd92ddf0df14e56681454ec6.zip |
Call write_stream_flags() from start_write_batch().
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1130,6 +1130,8 @@ void io_multiplexing_close(void) void start_write_batch(int fd) { + write_stream_flags(batch_fd); + /* Some communication has already taken place, but we don't * enable batch writing until here so that we can write a * canonical record of the communication even though the |