X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/eae7165c797a9546b50aed0efbc70bae7880bf0b..d336388403e89f9c3ce7f5e0db564fe9fd4e1952:/generator.c diff --git a/generator.c b/generator.c index 1c08e5e0..5d051580 100644 --- a/generator.c +++ b/generator.c @@ -596,6 +596,8 @@ prepare_to_open: notify_others: write_int(f_out, i); + if (protocol_version >= 29 && inplace && !read_batch) + write_byte(f_out, fnamecmp_type); if (f_out_name >= 0) write_byte(f_out_name, fnamecmp_type);