1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-18 20:30:43 +00:00

(trunk libT) fix unchoke regression

This commit is contained in:
Charles Kerr 2010-09-20 20:32:40 +00:00
parent f31186656c
commit bbd0391f01

View file

@ -2688,6 +2688,7 @@ rechokeUploads( Torrent * t, const uint64_t now )
n->wasChoked = peer->peerIsChoked;
n->rate = getRate( t->tor, atom, now );
n->salt = tr_cryptoWeakRandInt( INT_MAX );
n->isChoked = TRUE;
}
}