1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 12:24:19 +00:00

fix f79ad91

This commit is contained in:
alexandr 2016-10-05 01:20:43 +05:00
parent 31dde394eb
commit e8e3db6888

View File

@ -185,6 +185,7 @@ namespace client
if(ls && !ls->IsExpired()) if(ls && !ls->IsExpired())
{ {
ls->PopulateLeases(); ls->PopulateLeases();
std::unique_lock<std::mutex> lock(m_RemoteLeaseSetsMutex);
m_RemoteLeaseSets[ident] = ls; m_RemoteLeaseSets[ident] = ls;
} }
}); });