SOCKS tunnel opening/open status bug fixed

pull/35/head
knaccc 5 years ago
parent a1b0f1cdcf
commit db1450bf92

@ -394,7 +394,6 @@ public class TunnelControl implements Runnable {
public static class SocksTunnel extends Tunnel {
public int port;
public I2PTunnel tunnel;
public SocksTunnel(int port) {
this.port = port;
}

Loading…
Cancel
Save