fix sending of stopped events to the tracker

This commit is contained in:
zzz
2010-02-04 14:47:15 +00:00
parent 746c1bd628
commit 101135a99a
3 changed files with 5 additions and 2 deletions

View File

@ -315,7 +315,7 @@ public class TrackerClient extends I2PAppThread
// try to contact everybody we can
// Don't try to restart I2CP connection just to say goodbye
for (Iterator iter = trackers.iterator(); iter.hasNext(); ) {
if (!verifyConnected()) return;
if (!_util.connected()) return;
Tracker tr = (Tracker)iter.next();
if (tr.started && (!tr.stop) && tr.trackerProblems == null)
doRequest(tr, infoHash, peerID, uploaded,