From d5ee1f8e7a370884aa9c5353de5129728ed9a37b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 28 Jun 1996 15:24:39 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 2 ++ io.c | 1 + match.c | 16 +--------------- version.h | 2 +- 4 files changed, 5 insertions(+), 16 deletions(-) diff --git a/.cvsignore b/.cvsignore index 53917254..51a6d583 100644 --- a/.cvsignore +++ b/.cvsignore @@ -60,3 +60,5 @@ tech_report.dvi tech_report.log tech_report.ps test +rsync-1.4.3 +rsync-1.4.4 diff --git a/io.c b/io.c index c903fa6f..9b6bdc82 100644 --- a/io.c +++ b/io.c @@ -167,6 +167,7 @@ int sparse_end(int f) return (write(f,&last_byte,1) == 1 ? 0 : -1); } #endif + last_sparse = 0; return 0; } diff --git a/match.c b/match.c index f8a3607a..2c807279 100644 --- a/match.c +++ b/match.c @@ -85,20 +85,6 @@ static void build_hash_table(struct sum_struct *s) } -static void send_match(int f,int i) -{ - static int matches[32]; - static int match_count=0; - - matches[match_count++] = i; - if (match_count == 32 || i==0) { - int i; - for (i=0;isums[i].len; if (n > 0) diff --git a/version.h b/version.h index 3fc0325c..1d85e094 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "1.4.3" +#define VERSION "1.4.4" -- 2.34.1