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:
parent
7caf9550df
commit
6c8d9d42d3
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue