summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-06-28 15:24:39 +0000
committerAndrew Tridgell <tridge@samba.org>1996-06-28 15:24:39 +0000
commitd5ee1f8e7a370884aa9c5353de5129728ed9a37b (patch)
tree1fe517969bffc65280ad5a3966853bbdca237f40 /io.c
parent41ba6938a478beadb9f1baf4f330d15e07132f68 (diff)
downloadrsync-d5ee1f8e7a370884aa9c5353de5129728ed9a37b.tar.gz
*** empty log message ***
Diffstat (limited to 'io.c')
-rw-r--r--io.c1
1 files changed, 1 insertions, 0 deletions
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;
}