fixed typo

This commit is contained in:
orignal 2015-01-25 11:43:27 -05:00
parent 9c23d03d8d
commit 724c417f09

View file

@ -585,7 +585,7 @@ namespace i2p
} }
if (!m_TunnelGatewayMsgs.empty ()) if (!m_TunnelGatewayMsgs.empty ())
{ {
i2p::tunnel::tunnels.PostTunnelData (m_TunnelMsgs); i2p::tunnel::tunnels.PostTunnelData (m_TunnelGatewayMsgs);
m_TunnelGatewayMsgs.clear (); m_TunnelGatewayMsgs.clear ();
} }
} }