(trunk) Fix hash-checking error. Thanks to denis for tracking it down and submitting a patch.

This commit is contained in:
Charles Kerr 2007-09-01 02:46:04 +00:00
parent 62e9b9336c
commit eeb5cc6b5e
1 changed files with 1 additions and 0 deletions

View File

@ -315,6 +315,7 @@ tr_ioHash( tr_io_t * io, int pieceIndex )
{
tr_err( "Piece %d hash FAILED", pieceIndex );
tr_cpPieceRem( tor->completion, pieceIndex );
return TR_ERROR;
}
/* Assign blame or credit to peers */