mirror of
https://github.com/transmission/transmission
synced 2024-12-27 18:18:10 +00:00
tweak previous commit
This commit is contained in:
parent
4787364b1a
commit
db6fd6630d
1 changed files with 0 additions and 2 deletions
|
@ -962,8 +962,6 @@ tr_announcerRemoveTorrent (tr_announcer * announcer, tr_torrent * tor)
|
||||||
static int
|
static int
|
||||||
getRetryInterval (const tr_tracker * t)
|
getRetryInterval (const tr_tracker * t)
|
||||||
{
|
{
|
||||||
assert (t->consecutiveFailures >= 1);
|
|
||||||
|
|
||||||
switch (t->consecutiveFailures)
|
switch (t->consecutiveFailures)
|
||||||
{
|
{
|
||||||
case 0: return 0;
|
case 0: return 0;
|
||||||
|
|
Loading…
Reference in a new issue