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