From: Matt Joiner Date: Fri, 27 Mar 2015 06:20:02 +0000 (+1100) Subject: Only the first tracker was being tried X-Git-Tag: v1.0.0~1234 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=8ae09e2fa830bd6acf417e3e0f6db1bd3fee4d08;p=btrtrc.git Only the first tracker was being tried Must have lost this in the client tracker clean-up a while back. --- diff --git a/client.go b/client.go index 430cb542..16ded0d7 100644 --- a/client.go +++ b/client.go @@ -2541,6 +2541,7 @@ newAnnounce: err := cl.announceTorrentSingleTracker(tr, &req, t) if err != nil { logonce.Stderr.Printf("%s: error announcing to %s: %s", t, tr, err) + continue } // Float the successful announce to the top of the tier. If // the trackers list has been changed, we'll be modifying an