mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-04-04 22:44:24 -04:00
Don't force the whole-file option when using read-batch.
This commit is contained in:
@@ -213,7 +213,7 @@ static BOOL disable_deltas_p(void)
|
||||
{
|
||||
if (whole_file > 0)
|
||||
return True;
|
||||
if (whole_file == 0 || write_batch)
|
||||
if (whole_file == 0 || write_batch || read_batch)
|
||||
return False;
|
||||
return local_server;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user