mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-18 11:55:32 -04:00
For --inplace over protocol-version 29 or greater, tell the
sender what kind of a basis file we've selected.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user