mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 08:14:15 +00:00
fix f79ad91
This commit is contained in:
parent
31dde394eb
commit
e8e3db6888
@ -185,6 +185,7 @@ namespace client
|
||||
if(ls && !ls->IsExpired())
|
||||
{
|
||||
ls->PopulateLeases();
|
||||
std::unique_lock<std::mutex> lock(m_RemoteLeaseSetsMutex);
|
||||
m_RemoteLeaseSets[ident] = ls;
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user