Browse Source

rename

pull/662/head
Jeff Becker 8 years ago
parent
commit
e8d8b290a6
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 2
      Destination.cpp

2
Destination.cpp

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

Loading…
Cancel
Save