Clear displayed tracker issues when restarting torrent

lint
This commit is contained in:
zzz
2015-03-15 12:52:26 +00:00
parent 76cf80a3d0
commit 5b555855ef
2 changed files with 3 additions and 2 deletions

View File

@@ -160,6 +160,7 @@ public class TrackerClient implements Runnable {
consecutiveFails = 0;
runStarted = false;
_fastUnannounce = false;
snark.setTrackerProblems(null);
_thread = new I2PAppThread(this, _threadName + " #" + (++_runCount), true);
_thread.start();
started = true;