X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/42a28d9d3a57471cb1409570cf68da9f98a95b76..a7c1fa0049d2fbee5fde35b4cb2fbea4bd7545db:/compat.c?ds=sidebyside 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)