mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
use shared_ptr for DeliverStatus
This commit is contained in:
@@ -307,7 +307,7 @@ namespace garlic
|
||||
htobe32buf (buf + size, inboundTunnel->GetNextTunnelID ()); // tunnelID
|
||||
size += 4;
|
||||
// create msg
|
||||
auto msg = ToSharedI2NPMessage (CreateDeliveryStatusMsg (msgID));
|
||||
auto msg = CreateDeliveryStatusMsg (msgID);
|
||||
if (m_Owner)
|
||||
{
|
||||
//encrypt
|
||||
|
||||
Reference in New Issue
Block a user