pull/662/head
Jeff Becker 8 years ago
parent 456d9e79e6
commit e8d8b290a6
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

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

Loading…
Cancel
Save