forked from I2P_Developers/i2p.i2p
* TransportManager: Fix fatal exception on soft restart caused by DHSKB refactoring
This commit is contained in:
@ -138,6 +138,7 @@ public class TransportManager implements TransportEventListener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void startListening() {
|
public void startListening() {
|
||||||
|
if (_dhThread.getState() == Thread.State.NEW)
|
||||||
_dhThread.start();
|
_dhThread.start();
|
||||||
// For now, only start UPnP if we have no publicly-routable addresses
|
// For now, only start UPnP if we have no publicly-routable addresses
|
||||||
// so we don't open the listener ports to the world.
|
// so we don't open the listener ports to the world.
|
||||||
|
Reference in New Issue
Block a user