mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-23 05:47:17 +01:00
fixed build error
This commit is contained in:
parent
c8e34052a7
commit
a0893eabfa
1
BOB.cpp
1
BOB.cpp
|
@ -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
1
BOB.h
|
@ -11,7 +11,6 @@
|
||||||
#include "Identity.h"
|
#include "Identity.h"
|
||||||
#include "LeaseSet.h"
|
#include "LeaseSet.h"
|
||||||
|
|
||||||
|
|
||||||
namespace i2p
|
namespace i2p
|
||||||
{
|
{
|
||||||
namespace client
|
namespace client
|
||||||
|
|
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue