1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 08:14:15 +00:00
This commit is contained in:
Jeff Becker 2016-10-10 09:07:49 -04:00
parent 456d9e79e6
commit e8d8b290a6
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -186,7 +186,7 @@ namespace client
{
ls->PopulateLeases();
{
std::lock_guard<std::mutex> l(m_RemoteLeaseSetsMutex);
std::lock_guard<std::mutex> _lock(m_RemoteLeaseSetsMutex);
m_RemoteLeaseSets[ident] = ls;
}
}