mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 08:14:15 +00:00
fixed typo
This commit is contained in:
parent
ed3aaefe96
commit
dcefe7d221
@ -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…
x
Reference in New Issue
Block a user