Browse Source

fixed build error

pull/115/head
orignal 10 years ago
parent
commit
a0893eabfa
  1. 1
      BOB.cpp
  2. 1
      BOB.h
  3. 2
      NetDb.cpp

1
BOB.cpp

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

1
BOB.h

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

2
NetDb.cpp

@ -30,7 +30,7 @@ namespace data @@ -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");
}

Loading…
Cancel
Save