mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
use shared_ptr for DeliverStatus
This commit is contained in:
parent
a05a20440e
commit
206f094dd4
6 changed files with 8 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue