1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-10 14:13:23 +00:00

fixed tracker bug reported by TooMuchTime of OiNK fame

This commit is contained in:
Charles Kerr 2007-09-24 20:27:20 +00:00
parent 7caf9550df
commit 6c8d9d42d3

View file

@ -789,7 +789,7 @@ static void
peerGotBytes( tr_peermsgs * msgs, uint32_t byteCount )
{
tr_torrent * tor = msgs->torrent;
tor->downloadedCur += byteCount;
tor->activityDate = tr_date( );
tor->uploadedCur += byteCount;
tr_rcTransferred( tor->upload, byteCount );
tr_rcTransferred( tor->handle->upload, byteCount );