forked from I2P_Developers/i2p.i2p
* I2PTunnel: Fix NPE on shared client creation, thx kytv
* Transport: Add Ethiopia to hidden mode list * Log and javadoc tweaks
This commit is contained in:
@@ -511,7 +511,7 @@ public abstract class I2PTunnelClientBase extends I2PTunnelTask implements Runna
|
||||
if (sm == null)
|
||||
return;
|
||||
Properties props = tunnel.getClientOptions();
|
||||
sm.setDefaultOptions(sockMgr.buildOptions(props));
|
||||
sm.setDefaultOptions(sm.buildOptions(props));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user