mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
fixed race condition
This commit is contained in:
parent
9750fb73b5
commit
6da55d10ab
|
@ -363,7 +363,7 @@ namespace stream
|
|||
m_LocalDestination->Sign (packet, size, signature);
|
||||
|
||||
p->len = size;
|
||||
m_Service.post (boost::bind (&Stream::SendPacket, this, p));
|
||||
SendPacket (p);
|
||||
LogPrint ("FIN sent");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue