summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1999-06-26 01:06:38 +0000
committerAndrew Tridgell <tridge@samba.org>1999-06-26 01:06:38 +0000
commitf855a7d01ab8401a307bb02cdcdee546df3e2423 (patch)
treeb23b61aceff1ebeb2c80a8fe2e141f807d75cffa /main.c
parent4c3b4b25573f0eed181107097c040afc3e0ac4e1 (diff)
downloadrsync-f855a7d01ab8401a307bb02cdcdee546df3e2423.tar.gz
fixed a bug that made us use only 16 bits of the file checksum when
comparing checksums for the --checksum (-c) option.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index db9201af..807409e3 100644
--- a/main.c
+++ b/main.c
@@ -23,8 +23,6 @@ time_t starttime = 0;
struct stats stats;
-extern int csum_length;
-
extern int verbose;
static void report(int f)