X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/eae7165c797a9546b50aed0efbc70bae7880bf0b..17b5b32f75d4d00e00ff2664ca905c797f455bb1:/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);