diff options
Diffstat (limited to 'src/mongo/db/db.cpp')
-rw-r--r-- | src/mongo/db/db.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/db.cpp b/src/mongo/db/db.cpp index 75242557c32..913419ef4f0 100644 --- a/src/mongo/db/db.cpp +++ b/src/mongo/db/db.cpp @@ -335,7 +335,7 @@ namespace mongo { string dbName = *i; LOG(1) << "\t" << dbName << endl; - Client::Context ctx(&txn, dbName ); + Client::Context ctx( dbName ); if (repl::replSettings.usingReplSets()) { // we only care about the _id index if we are in a replset |