1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00

fix upload speed limit bug tracked down by makira_

This commit is contained in:
Charles Kerr 2007-11-27 04:27:03 +00:00
parent d0273e97e3
commit 27f08f325d

View file

@ -141,9 +141,6 @@ tr_rcTransferred( tr_ratecontrol * r, size_t size )
{
uint64_t now;
if( size < 100 ) /* don't count small messages */
return;
tr_lockLock( (tr_lock*)r->lock );
now = tr_date ();