From: Wayne Davison Date: Sat, 24 Jul 2004 16:40:41 +0000 (+0000) Subject: Call read_stream_flags() as soon as we open the batch file for X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/9459290ae798f52b34c569045af8b8655c31308e Call read_stream_flags() as soon as we open the batch file for reading. --- diff --git a/main.c b/main.c index db37e0f6..fb0924a1 100644 --- a/main.c +++ b/main.c @@ -1086,6 +1086,8 @@ int main(int argc,char *argv[]) batch_name); exit_cleanup(RERR_FILEIO); } + if (read_batch) + read_stream_flags(batch_fd); } if (am_daemon && !am_server)