forked from I2P_Developers/i2p.i2p
* 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