X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/87de82f2d0ed8288e59aa311edd7b63d627bea3b..5f0f2e08946410786b079596915278f9d13a23a9:/compat.c diff --git a/compat.c b/compat.c index c9581357..1717a3fa 100644 --- a/compat.c +++ b/compat.c @@ -171,6 +171,8 @@ void setup_protocol(int f_out,int f_in) PROTOCOL_VERSION, am_server? "Server" : "Client"); exit_cleanup(RERR_PROTOCOL); } + if (read_batch) + check_batch_flags(); if (protocol_version < 30) { if (append_mode == 1)