mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed build error
This commit is contained in:
parent
c8e34052a7
commit
a0893eabfa
3 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue