X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/bd1a581beee5402379052df58164f57d99c7757a..61542c41de55fc31c583d43651d99cc67846e232:/generator.c diff --git a/generator.c b/generator.c index 04975b6c..9c78e64b 100644 --- a/generator.c +++ b/generator.c @@ -154,7 +154,6 @@ static void sum_sizes_sqroot(struct sum_struct *sum, uint64 len) c >>= 1; } while (c >= 8); /* round to multiple of 8 */ blength = MAX(blength, BLOCK_SIZE); - blength = MIN(blength, MAX_BLOCK_SIZE); } if (protocol_version < 27) {