Browse Source

fixed build error

pull/118/head
orignal 10 years ago
parent
commit
da1397ff76
  1. 2
      AddressBook.cpp

2
AddressBook.cpp

@ -337,7 +337,7 @@ namespace client
i2p::data::IdentHash ident; i2p::data::IdentHash ident;
if (m_Book.GetIdentHash (u.host_, ident)) if (m_Book.GetIdentHash (u.host_, ident))
{ {
const i2p::data::LeasetSet * leaseSet = i2p::data::netdb.FindLeaseSet (ident); const i2p::data::LeaseSet * leaseSet = i2p::data::netdb.FindLeaseSet (ident);
if (!leaseSet) if (!leaseSet)
{ {
i2p::data::netdb.RequestDestination (ident, true, i2p::client::context.GetSharedLocalDestination ()->GetTunnelPool ()); i2p::data::netdb.RequestDestination (ident, true, i2p::client::context.GetSharedLocalDestination ()->GetTunnelPool ());

Loading…
Cancel
Save