i2ptunnel CLI: Don't set the listen host to the I2CP host

This commit is contained in:
zzz
2016-06-04 12:50:24 +00:00
parent 1da9c21f13
commit 2eb89e938a

View File

@ -1338,7 +1338,6 @@ public class I2PTunnel extends EventDispatcherImpl implements Logging {
}
if (i < args.length) {
host = args[i++];
listenHost = host;
}
if (i < args.length)
port = args[i];