Commit 71456d30 authored by Wayne Davison's avatar Wayne Davison

Write out the inc_recurse flag into a protocol-30 batch file.

parent dbd697b5
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment