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"); }