forked from I2P_Developers/i2p.i2p
Router: Fix state transition to RUNNING in vmCommSystem
This commit is contained in:
@@ -170,6 +170,11 @@ class BuildHandler implements Runnable {
|
||||
* @since 0.9.18
|
||||
*/
|
||||
void init() {
|
||||
if (_context.commSystem().isDummy()) {
|
||||
_explState = ExplState.BOTH;
|
||||
_context.router().setExplTunnelsReady();
|
||||
return;
|
||||
}
|
||||
// fixup startup state if 0-hop exploratory is allowed in either direction
|
||||
int ibl = _manager.getInboundSettings().getLength();
|
||||
int ibv = _manager.getInboundSettings().getLengthVariance();
|
||||
|
Reference in New Issue
Block a user