forked from I2P_Developers/i2p.i2p
Console: Register all webapps with port mapper (ticket #1749)
This commit is contained in:
@@ -541,7 +541,7 @@ public class PluginStarter implements Runnable {
|
||||
Iterator <String> wars = pluginWars.get(appName).iterator();
|
||||
while (wars.hasNext()) {
|
||||
String warName = wars.next();
|
||||
WebAppStarter.stopWebApp(warName);
|
||||
WebAppStarter.stopWebApp(ctx, warName);
|
||||
}
|
||||
pluginWars.get(appName).clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user