mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
enable previously disabled floodfill
This commit is contained in:
parent
77bb7432bc
commit
8c6c954ea2
|
@ -464,6 +464,7 @@ namespace data
|
||||||
r->IsEligibleFloodfill () && profile->IsReal ())
|
r->IsEligibleFloodfill () && profile->IsReal ())
|
||||||
{
|
{
|
||||||
// enable previously disabled floodfill
|
// enable previously disabled floodfill
|
||||||
|
r->SetFloodfill ();
|
||||||
std::lock_guard<std::mutex> l(m_FloodfillsMutex);
|
std::lock_guard<std::mutex> l(m_FloodfillsMutex);
|
||||||
m_Floodfills.Insert (r);
|
m_Floodfills.Insert (r);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue