]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Make use of the SHORT_SUM_LENGTH define.
authorWayne Davison <wayned@samba.org>
Sat, 23 Dec 2006 23:57:16 +0000 (23:57 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 23 Dec 2006 23:57:16 +0000 (23:57 +0000)
checksum.c

index 9b6202309b5fd69b6d7957882bf862e4492764c3..d4e1de90475a78fdfd7146627189603439cf558f 100644 (file)
@@ -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