Browse Source

delete unused varibale

pull/2052/head
orignal 3 weeks ago
parent
commit
26fac94d05
  1. 3
      libi2pd/Streaming.cpp

3
libi2pd/Streaming.cpp

@ -925,10 +925,7 @@ namespace stream @@ -925,10 +925,7 @@ namespace stream
freshTunnel = true;
}
else if (!m_CurrentOutboundTunnel->IsEstablished ())
{
auto oldOutboundTunnel = m_CurrentOutboundTunnel;
std::tie(m_CurrentOutboundTunnel, freshTunnel) = m_LocalDestination.GetOwner ()->GetTunnelPool ()->GetNewOutboundTunnel (m_CurrentOutboundTunnel);
}
if (!m_CurrentOutboundTunnel)
{
LogPrint (eLogError, "Streaming: No outbound tunnels in the pool, sSID=", m_SendStreamID);

Loading…
Cancel
Save