forked from I2P_Developers/i2p.i2p
Router: Fix rekey after hidden config change
This commit is contained in:
@@ -346,6 +346,7 @@ public class ConfigNetHandler extends FormHandler {
|
||||
addFormError(_t("Gracefully restarting to exit Hidden Router Mode"));
|
||||
}
|
||||
|
||||
changes.put(Router.PROP_REBUILD_KEYS, "" + switchRequired);
|
||||
changes.put(Router.PROP_DYNAMIC_KEYS, "" + _dynamicKeys);
|
||||
|
||||
if (_context.getBooleanPropertyDefaultTrue(TransportManager.PROP_ENABLE_UPNP) !=
|
||||
|
||||
Reference in New Issue
Block a user