fixed build error

This commit is contained in:
orignal 2014-12-10 07:28:49 -05:00
parent c8e34052a7
commit a0893eabfa
3 changed files with 1 additions and 3 deletions

View file

@ -5,7 +5,6 @@
#include "ClientContext.h" #include "ClientContext.h"
#include "BOB.h" #include "BOB.h"
namespace i2p namespace i2p
{ {
namespace client namespace client

1
BOB.h
View file

@ -11,7 +11,6 @@
#include "Identity.h" #include "Identity.h"
#include "LeaseSet.h" #include "LeaseSet.h"
namespace i2p namespace i2p
{ {
namespace client namespace client

View file

@ -30,7 +30,7 @@ namespace data
if (m_IsLeaseSet) // wrap lookup message into garlic if (m_IsLeaseSet) // wrap lookup message into garlic
{ {
if (m_Pool) if (m_Pool)
msg = m_Pool->GetGarlicDestination ().WrapMessage (*router, msg); msg = m_Pool->GetLocalDestination ().WrapMessage (*router, msg);
else else
LogPrint ("Can't create garlic message without destination"); LogPrint ("Can't create garlic message without destination");
} }