mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 20:27:49 +02:00
try shooting in the dark for workarround
This commit is contained in:
parent
34a90f442e
commit
06daa8bb0e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue