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 "BOB.h"
namespace i2p
{
namespace client

1
BOB.h
View File

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

View File

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