1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

tweak previous commit

This commit is contained in:
Jordan Lee 2013-07-21 21:11:54 +00:00
parent 4787364b1a
commit db6fd6630d

View file

@ -962,8 +962,6 @@ tr_announcerRemoveTorrent (tr_announcer * announcer, tr_torrent * tor)
static int
getRetryInterval (const tr_tracker * t)
{
assert (t->consecutiveFailures >= 1);
switch (t->consecutiveFailures)
{
case 0: return 0;