mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
try shooting in the dark for workarround
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user