diff options
Diffstat (limited to 'src/mongo/db/repl/consensus.cpp')
-rw-r--r-- | src/mongo/db/repl/consensus.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/repl/consensus.cpp b/src/mongo/db/repl/consensus.cpp index 77bde0bcd68..4339e0eb794 100644 --- a/src/mongo/db/repl/consensus.cpp +++ b/src/mongo/db/repl/consensus.cpp @@ -33,7 +33,7 @@ #include "mongo/db/repl/replset_commands.h" namespace mongo { -namespace replset { +namespace repl { /** the first cmd called by a node seeking election and it's a basic sanity test: do any of the nodes it can reach know that it can't be the primary? @@ -488,5 +488,5 @@ namespace replset { } } -} // namespace replset +} // namespace repl } // namespace mongo |