fixed build error

This commit is contained in:
orignal 2014-12-20 21:21:43 -05:00
parent c009fc5d72
commit da1397ff76

View File

@ -337,7 +337,7 @@ namespace client
i2p::data::IdentHash 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)
{
i2p::data::netdb.RequestDestination (ident, true, i2p::client::context.GetSharedLocalDestination ()->GetTunnelPool ());