From a0893eabfa869e2c0cab85f64d75401b5275988d Mon Sep 17 00:00:00 2001 From: orignal Date: Wed, 10 Dec 2014 07:28:49 -0500 Subject: [PATCH] fixed build error --- BOB.cpp | 1 - BOB.h | 1 - NetDb.cpp | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/BOB.cpp b/BOB.cpp index 3785296c..e4188487 100644 --- a/BOB.cpp +++ b/BOB.cpp @@ -5,7 +5,6 @@ #include "ClientContext.h" #include "BOB.h" - namespace i2p { namespace client diff --git a/BOB.h b/BOB.h index 457b9bc2..f8921665 100644 --- a/BOB.h +++ b/BOB.h @@ -11,7 +11,6 @@ #include "Identity.h" #include "LeaseSet.h" - namespace i2p { namespace client diff --git a/NetDb.cpp b/NetDb.cpp index 3c4fb221..9c80a532 100644 --- a/NetDb.cpp +++ b/NetDb.cpp @@ -30,7 +30,7 @@ namespace data if (m_IsLeaseSet) // wrap lookup message into garlic { if (m_Pool) - msg = m_Pool->GetGarlicDestination ().WrapMessage (*router, msg); + msg = m_Pool->GetLocalDestination ().WrapMessage (*router, msg); else LogPrint ("Can't create garlic message without destination"); }