Browse Source

use own pool for request of destination of new I2P client tunnel

pull/102/head
orignal 10 years ago
parent
commit
d5701bbd0e
  1. 2
      I2PTunnel.cpp

2
I2PTunnel.cpp

@ -196,7 +196,7 @@ namespace stream @@ -196,7 +196,7 @@ namespace stream
if (i2p::data::netdb.GetAddressBook ().GetIdentHash (m_Destination, identHash))
{
m_DestinationIdentHash = new i2p::data::IdentHash (identHash);
i2p::data::netdb.Subscribe (*m_DestinationIdentHash, GetSharedLocalDestination ()->GetTunnelPool ());
i2p::data::netdb.Subscribe (*m_DestinationIdentHash, GetLocalDestination ()->GetTunnelPool ());
}
}
}

Loading…
Cancel
Save