forked from I2P_Developers/i2p.i2p
Clear displayed tracker issues when restarting torrent
lint
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user