Browse Source

enable previously disabled floodfill

gha
orignal 2 months ago
parent
commit
8c6c954ea2
  1. 1
      libi2pd/NetDb.cpp

1
libi2pd/NetDb.cpp

@ -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…
Cancel
Save