mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
(trunk libT) fix unchoke regression
This commit is contained in:
parent
f31186656c
commit
bbd0391f01
1 changed files with 1 additions and 0 deletions
|
@ -2688,6 +2688,7 @@ rechokeUploads( Torrent * t, const uint64_t now )
|
||||||
n->wasChoked = peer->peerIsChoked;
|
n->wasChoked = peer->peerIsChoked;
|
||||||
n->rate = getRate( t->tor, atom, now );
|
n->rate = getRate( t->tor, atom, now );
|
||||||
n->salt = tr_cryptoWeakRandInt( INT_MAX );
|
n->salt = tr_cryptoWeakRandInt( INT_MAX );
|
||||||
|
n->isChoked = TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue