forked from I2P_Developers/i2p.i2p
Console: Register all webapps with port mapper (ticket #1749)
This commit is contained in:
@ -1115,7 +1115,7 @@ public class RouterConsoleRunner implements RouterApp {
|
||||
continue;
|
||||
if (WebAppStarter.isWebAppRunning(app)) {
|
||||
try {
|
||||
WebAppStarter.stopWebApp(app);
|
||||
WebAppStarter.stopWebApp(_context, app);
|
||||
} catch (Throwable t) { t.printStackTrace(); }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user