X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e5f35681e6f88d1b716b19ff7c9c77991207df08..aabb50d4e391be5768fa76170372e28e85902f95:/io.c diff --git a/io.c b/io.c index a19017a6..3faf83d0 100644 --- a/io.c +++ b/io.c @@ -1861,6 +1861,8 @@ void start_write_batch(int fd) * actual communication so far depends on whether a daemon * is involved. */ write_int(batch_fd, protocol_version); + if (protocol_version >= 30) + write_byte(batch_fd, inc_recurse); write_int(batch_fd, checksum_seed); if (am_sender)