forked from I2P_Developers/i2p.i2p
* Message Registry: Clear pending messages at restart / shutdown
* OCMOSJ: Clear caches at restart
* UPnP:
- Fix device rediscovery and port opening after restart
This commit is contained in:
@@ -914,6 +914,12 @@ public class ControlPoint implements HTTPRequestListener
|
||||
setRenewSubscriber(null);
|
||||
}
|
||||
|
||||
// I2P so we will re-notify on restart
|
||||
DeviceList dl = getDeviceList();
|
||||
for (int i = 0; i < dl.size(); i++) {
|
||||
removeDevice(dl.getDevice(i));
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user