summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/oplog.cpp')
-rw-r--r--src/mongo/db/repl/oplog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/db/repl/oplog.cpp b/src/mongo/db/repl/oplog.cpp
index 67588ead947..84a3f3ef336 100644
--- a/src/mongo/db/repl/oplog.cpp
+++ b/src/mongo/db/repl/oplog.cpp
@@ -65,7 +65,7 @@
#include "mongo/util/startup_test.h"
namespace mongo {
-namespace replset {
+namespace repl {
// cached copies of these...so don't rename them, drop them, etc.!!!
static Database* localDB = NULL;
@@ -151,7 +151,7 @@ namespace replset {
theReplSet->lastH = h;
ctx.getClient()->setLastOp( ts );
- replset::BackgroundSync::notify();
+ repl::BackgroundSync::notify();
}
}
@@ -773,5 +773,5 @@ namespace replset {
setNewOptime(lastOp[ "ts" ].date());
}
}
-} // namespace replset
+} // namespace repl
} // namespace mongo