1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 16:52:39 +00:00
This commit is contained in:
Charles Kerr 2008-02-14 21:48:49 +00:00
parent b7c4f59565
commit 4f4f451c17

View file

@ -1461,6 +1461,7 @@ clientGotBlock( tr_peermsgs * msgs,
return 0;
}
tr_torrentSetPieceChecked( tor, req->index, TRUE );
fireClientHave( msgs, req->index );
}