mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
wrap LeaseSet lookups into garlic
This commit is contained in:
@@ -109,7 +109,7 @@ namespace garlic
|
||||
}
|
||||
if (msg) // next clove message ifself if presented
|
||||
{
|
||||
size += CreateGarlicClove (payload + size, msg, true);
|
||||
size += CreateGarlicClove (payload + size, msg, m_Destination->IsDestination ());
|
||||
(*numCloves)++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user