mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
removed IdentHash from RoutingProfile
This commit is contained in:
parent
c115131ed2
commit
d77c782f69
2 changed files with 2 additions and 2 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