try shooting in the dark for workarround

This commit is contained in:
Jeff Becker 2016-06-27 17:39:13 -04:00
parent 34a90f442e
commit 06daa8bb0e
No known key found for this signature in database
GPG key ID: AB950234D6EA286B

View file

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