Browse Source

try shooting in the dark for workarround

pull/557/head
Jeff Becker 8 years ago
parent
commit
06daa8bb0e
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 2
      Garlic.cpp

2
Garlic.cpp

@ -519,7 +519,7 @@ namespace garlic @@ -519,7 +519,7 @@ namespace garlic
tunnel = from->GetTunnelPool ()->GetNextOutboundTunnel ();
if (!tunnel)
{
tunnel = i2p::context::GetExploratoryPool()->GetNextOutboundTunnel();
tunnel = GetTunnelPool()->GetNextOutboundTunnel();
}
if (tunnel) // we have send it through an outbound tunnel
{

Loading…
Cancel
Save