From 724c417f09b98ef0ddf7142a0d28ef87ddfa9762 Mon Sep 17 00:00:00 2001 From: orignal Date: Sun, 25 Jan 2015 11:43:27 -0500 Subject: [PATCH] fixed typo --- I2NPProtocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I2NPProtocol.cpp b/I2NPProtocol.cpp index f9b11bcb..b560daa3 100644 --- a/I2NPProtocol.cpp +++ b/I2NPProtocol.cpp @@ -585,7 +585,7 @@ namespace i2p } if (!m_TunnelGatewayMsgs.empty ()) { - i2p::tunnel::tunnels.PostTunnelData (m_TunnelMsgs); + i2p::tunnel::tunnels.PostTunnelData (m_TunnelGatewayMsgs); m_TunnelGatewayMsgs.clear (); } }