mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
request and process encrypted LeaseSet
This commit is contained in:
parent
38115b7dda
commit
3e25759ada
5 changed files with 19 additions and 7 deletions
|
@ -398,7 +398,7 @@ namespace garlic
|
|||
{
|
||||
case eGarlicDeliveryTypeLocal:
|
||||
LogPrint ("Garlic type local");
|
||||
i2p::HandleI2NPMessage (buf, len);
|
||||
i2p::HandleI2NPMessage (CreateI2NPMessage (buf, len));
|
||||
break;
|
||||
case eGarlicDeliveryTypeDestination:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue