From 8ae09e2fa830bd6acf417e3e0f6db1bd3fee4d08 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Fri, 27 Mar 2015 17:20:02 +1100 Subject: [PATCH] Only the first tracker was being tried Must have lost this in the client tracker clean-up a while back. --- client.go | 1 + 1 file changed, 1 insertion(+) 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 -- 2.48.1