From 06daa8bb0effa576155c3eefdbc7b2e12066506b Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 27 Jun 2016 17:39:13 -0400 Subject: [PATCH] try shooting in the dark for workarround --- Garlic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Garlic.cpp b/Garlic.cpp index 3d61b4ca..b092c2fe 100644 --- a/Garlic.cpp +++ b/Garlic.cpp @@ -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 {