From 741d654495cf4a35bd92ddf0df14e56681454ec6 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 24 Jul 2004 16:39:53 +0000 Subject: [PATCH] Call write_stream_flags() from start_write_batch(). --- io.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/io.c b/io.c index a094561b..bd1ce1ec 100644 --- a/io.c +++ b/io.c @@ -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 -- 2.34.1