mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-21 16:49:10 +01:00
fixed typo
This commit is contained in:
parent
ed3aaefe96
commit
dcefe7d221
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ namespace data
|
||||||
auto newRouter = std::make_shared<RouterInfo> (buf, len);
|
auto newRouter = std::make_shared<RouterInfo> (buf, len);
|
||||||
{
|
{
|
||||||
std::unique_lock<std::mutex> l(m_RouterInfosMutex);
|
std::unique_lock<std::mutex> l(m_RouterInfosMutex);
|
||||||
m_RouterInfos[r->GetIdentHash ()] = newRouter;
|
m_RouterInfos[newRouter->GetIdentHash ()] = newRouter;
|
||||||
}
|
}
|
||||||
if (newRouter->IsFloodfill ())
|
if (newRouter->IsFloodfill ())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue