From: Wayne Davison Date: Sat, 23 Dec 2006 23:57:16 +0000 (+0000) Subject: Make use of the SHORT_SUM_LENGTH define. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/794a0b6c25375ff6fcfb35700b0511334d31e9c8 Make use of the SHORT_SUM_LENGTH define. --- diff --git a/checksum.c b/checksum.c index 9b620230..d4e1de90 100644 --- a/checksum.c +++ b/checksum.c @@ -22,7 +22,7 @@ #include "rsync.h" -int csum_length=2; /* initial value */ +int csum_length = SHORT_SUM_LENGTH; /* initial value */ #define CSUM_CHUNK 64