Browse Source

fixed typo

pull/151/head
orignal 10 years ago
parent
commit
724c417f09
  1. 2
      I2NPProtocol.cpp

2
I2NPProtocol.cpp

@ -585,7 +585,7 @@ namespace i2p @@ -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 ();
}
}

Loading…
Cancel
Save