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 {