Bugfix for restore.pl.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 17 May 2007 05:27:31 +0000 (22:27 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Thu, 17 May 2007 05:27:31 +0000 (22:27 -0700)
commit6240d91b29e35bed5308139eb63c9cac7c3578fd
treea46ea94f44bbe2594a14da70b141d799a88d646b
parent534e35d886de4eb7b6022c0ecb4a804475c820ea
Bugfix for restore.pl.

Indirect references to data blocks were not being properly handled, so
large files (those using an indirect reference to the data) were not
restored properly.

This was at least caught by the checksums, so no data was ever silently
corrupted.
restore.pl