Correct processing of reseed.floodfill option

pull/1898/head
Vort 1 year ago
parent 4db643aa8e
commit 6610af08c2

@ -431,8 +431,8 @@ namespace data
}
// try reseeding from floodfill first if specified
std::string riPath;
if(i2p::config::GetOption("reseed.floodfill", riPath))
std::string riPath; i2p::config::GetOption("reseed.floodfill", riPath);
if (!riPath.empty())
{
auto ri = std::make_shared<RouterInfo>(riPath);
if (ri->IsFloodfill())

Loading…
Cancel
Save