mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
Merge remote-tracking branch 'purple/openssl'
This commit is contained in:
commit
88f9b69e2a
7 changed files with 49 additions and 32 deletions
|
@ -694,7 +694,7 @@ namespace transport
|
|||
if (profile)
|
||||
{
|
||||
profile->TunnelNonReplied();
|
||||
profile->Save();
|
||||
profile->Save(it->first);
|
||||
}
|
||||
std::unique_lock<std::mutex> l(m_PeersMutex);
|
||||
it = m_Peers.erase (it);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue