mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
(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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue