removed IdentHash from RoutingProfile

This commit is contained in:
orignal 2016-12-30 20:59:18 -05:00
parent c115131ed2
commit d77c782f69
2 changed files with 2 additions and 2 deletions

View file

@ -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);