mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed I2PServerTunnelHTTP call
This commit is contained in:
@@ -327,7 +327,7 @@ namespace client
|
|||||||
|
|
||||||
I2PServerTunnel * serverTunnel;
|
I2PServerTunnel * serverTunnel;
|
||||||
if (type == I2P_TUNNELS_SECTION_TYPE_HTTP) {
|
if (type == I2P_TUNNELS_SECTION_TYPE_HTTP) {
|
||||||
serverTunnel = new I2PServerTunnelHTTP (name, host, port, localDestination, inPort);
|
serverTunnel = new I2PServerTunnelHTTP (name, host, port, localDestination, hostOverride, inPort);
|
||||||
} else if (type == I2P_TUNNELS_SECTION_TYPE_SERVER) {
|
} else if (type == I2P_TUNNELS_SECTION_TYPE_SERVER) {
|
||||||
serverTunnel = new I2PServerTunnel (name, host, port, localDestination, inPort);
|
serverTunnel = new I2PServerTunnel (name, host, port, localDestination, inPort);
|
||||||
} else if (type == I2P_TUNNELS_SECTION_TYPE_IRC) {
|
} else if (type == I2P_TUNNELS_SECTION_TYPE_IRC) {
|
||||||
|
|||||||
Reference in New Issue
Block a user