From: Wayne Davison Date: Sat, 23 Dec 2006 23:57:16 +0000 (+0000) Subject: Make use of the SHORT_SUM_LENGTH define. X-Git-Tag: v3.0.0pre1~448 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=794a0b6c25375ff6fcfb35700b0511334d31e9c8;p=thirdparty%2Frsync.git 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