forked from I2P_Developers/i2p.i2p
* AppContext: Add hasWrapper() method
* Shutdown:
- Clear more resources in peer manager, netdb, stat manager,
session key manager, naming service, tunnel dispatcher,
OCMOSJ (result of testing with jvisualvm)
- Don't call wrapper on shutdown (starting two threads) if we
were started with runplain
This commit is contained in:
@@ -117,7 +117,7 @@ public class ConfigUpdateHelper extends HelperBase {
|
||||
buf.append(" selected=\"true\"");
|
||||
buf.append('>').append(_("Download and verify only")).append("</option>");
|
||||
|
||||
if (System.getProperty("wrapper.version") != null) {
|
||||
if (_context.hasWrapper()) {
|
||||
buf.append("<option value=\"install\"");
|
||||
if (_dontInstall)
|
||||
buf.append(" disabled=\"true\"");
|
||||
|
||||
Reference in New Issue
Block a user