mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:00 +01:00
rename
This commit is contained in:
parent
456d9e79e6
commit
e8d8b290a6
|
@ -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…
Reference in a new issue