Router: Fix rekey after hidden config change

This commit is contained in:
zzz
2018-03-10 18:30:08 +00:00
parent 39039b89a4
commit eb321445d9
2 changed files with 10 additions and 0 deletions

View File

@@ -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) !=