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 9b62023..d4e1de9 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