(trunk) Fix hash-checking error. Thanks to denis for tracking it down and submitting a patch.
This commit is contained in:
parent
62e9b9336c
commit
eeb5cc6b5e
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue