mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
* Fix webapp PortMapper lookup for SSL-only console
This commit is contained in:
@@ -59,8 +59,6 @@ public class PortMapper {
|
||||
*/
|
||||
public int getPort(String service) {
|
||||
int port = getPort(service, -1);
|
||||
if(-1==port)
|
||||
throw new RuntimeException("No port registered for service "+service);
|
||||
return port;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user