aboutsummaryrefslogtreecommitdiffstats
path: root/checksum.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-12-23 23:57:16 +0000
committerWayne Davison <wayned@samba.org>2006-12-23 23:57:16 +0000
commit794a0b6c25375ff6fcfb35700b0511334d31e9c8 (patch)
tree8137773ebf0fe37d1f50d4eca57535e1b598e46e /checksum.c
parent1b81f797a2c12b6a4e34250451ed791ab0065e0e (diff)
downloadandroid_external_rsync-794a0b6c25375ff6fcfb35700b0511334d31e9c8.tar.gz
android_external_rsync-794a0b6c25375ff6fcfb35700b0511334d31e9c8.tar.bz2
android_external_rsync-794a0b6c25375ff6fcfb35700b0511334d31e9c8.zip
Make use of the SHORT_SUM_LENGTH define.
Diffstat (limited to 'checksum.c')
-rw-r--r--checksum.c2
1 files changed, 1 insertions, 1 deletions
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