Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #996
Browse files Browse the repository at this point in the history
cc4127a NetDB: correct floodfill context option (oneiric)
  • Loading branch information
anonimal committed Aug 1, 2018
2 parents 1b26e58 + cc4127a commit 45efbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/router/context.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class RouterContext : public RouterInfoTraits, public GarlicDestination {
// @return true if we are a floodfill router otherwise false
bool IsFloodfill() const
{
return m_Opts["floodfill"].as<bool>();
return m_Opts["enable-floodfill"].as<bool>();
}

// @return true if we are going to accept tunnels right now.
Expand Down

0 comments on commit 45efbcc

Please sign in to comment.