diff options
Diffstat (limited to 'src/mongo/db/repl/is_master.h')
-rw-r--r-- | src/mongo/db/repl/is_master.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/repl/is_master.h b/src/mongo/db/repl/is_master.h index 26c32a5d15e..01c78db54ba 100644 --- a/src/mongo/db/repl/is_master.h +++ b/src/mongo/db/repl/is_master.h @@ -36,7 +36,7 @@ #include "mongo/util/mongoutils/str.h" namespace mongo { -namespace replset { +namespace repl { /* We should not allow most operations when not the master also we report not master if we are "dead". @@ -77,5 +77,5 @@ namespace replset { return ns[5] == 0 || ns[5] == '.'; } -} // namespace replset +} // namespace repl } // namespace mongo |