the tag table should be of type int* not tag*.
authorAndrew Tridgell <tridge@samba.org>
Wed, 3 Jun 1998 02:47:52 +0000 (02:47 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 3 Jun 1998 02:47:52 +0000 (02:47 +0000)
commit100e5241b067bdc54457f5b6b28d8a1bcdedcf05
tree0113a5784176e6f2bd7770064f457c2ee06fe82d
parentddecf7060b2b0316d29a2d4e13d2a4160e1badd7
the tag table should be of type int* not tag*.

This bug resulted in rsync being much less efficient that it could be
for files with more than 64k blocks. With the adaptive block size code
giving a maximum block size of 16k this means that files larger than
1GB were handled very inefficiently. The transfer was still accurate,
just slow.
match.c