Make use of the SHORT_SUM_LENGTH define.
[rsync/rsync.git] / checksum.c
index 9b62023..d4e1de9 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "rsync.h"
 
 
 #include "rsync.h"
 
-int csum_length=2; /* initial value */
+int csum_length = SHORT_SUM_LENGTH; /* initial value */
 
 #define CSUM_CHUNK 64
 
 
 #define CSUM_CHUNK 64