mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
pass I2NP as shared_ptr to netDB
This commit is contained in:
parent
465945f8a8
commit
d65257c7b0
5 changed files with 13 additions and 13 deletions
|
@ -555,7 +555,7 @@ namespace i2p
|
|||
case eI2NPDatabaseSearchReply:
|
||||
case eI2NPDatabaseLookup:
|
||||
// forward to netDb
|
||||
i2p::data::netdb.PostI2NPMsg (msg);
|
||||
i2p::data::netdb.PostI2NPMsg (ToSharedI2NPMessage (msg));
|
||||
break;
|
||||
case eI2NPDeliveryStatus:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue