From da1397ff76edcde43d0cde69c46ec9cbb9e9640f Mon Sep 17 00:00:00 2001 From: orignal Date: Sat, 20 Dec 2014 21:21:43 -0500 Subject: [PATCH] fixed build error --- AddressBook.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AddressBook.cpp b/AddressBook.cpp index 939c258a..bf16a92d 100644 --- a/AddressBook.cpp +++ b/AddressBook.cpp @@ -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 ());