mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
use insert instead []
This commit is contained in:
parent
3263f6fefc
commit
9eba7923a7
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ namespace transport
|
|||
|
||||
~Peer ()
|
||||
{
|
||||
if (session) session->Done ();
|
||||
//if (session) session->Done ();
|
||||
for (auto it :delayedMessages)
|
||||
i2p::DeleteI2NPMessage (it);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue