mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
fixed race condition
This commit is contained in:
parent
93857b690a
commit
b11fd250c1
2 changed files with 7 additions and 5 deletions
|
@ -82,7 +82,7 @@ namespace i2p
|
|||
|
||||
I2NPMessage * CreateDeliveryStatusMsg (uint32_t msgID)
|
||||
{
|
||||
I2NPMessage * m = NewI2NPMessage ();
|
||||
I2NPMessage * m = NewI2NPShortMessage ();
|
||||
uint8_t * buf = m->GetPayload ();
|
||||
if (msgID)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue