Only the first tracker was being tried
Must have lost this in the client tracker clean-up a while back.
This commit is contained in:
parent
176f6e6aa4
commit
8ae09e2fa8
@ -2541,6 +2541,7 @@ newAnnounce:
|
|||||||
err := cl.announceTorrentSingleTracker(tr, &req, t)
|
err := cl.announceTorrentSingleTracker(tr, &req, t)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
logonce.Stderr.Printf("%s: error announcing to %s: %s", t, tr, err)
|
logonce.Stderr.Printf("%s: error announcing to %s: %s", t, tr, err)
|
||||||
|
continue
|
||||||
}
|
}
|
||||||
// Float the successful announce to the top of the tier. If
|
// Float the successful announce to the top of the tier. If
|
||||||
// the trackers list has been changed, we'll be modifying an
|
// the trackers list has been changed, we'll be modifying an
|
||||||
|
Loading…
x
Reference in New Issue
Block a user