diff options
Diffstat (limited to 'src/mongo/db/repl/sync.cpp')
-rw-r--r-- | src/mongo/db/repl/sync.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/sync.cpp b/src/mongo/db/repl/sync.cpp index c9f43ebf894..153e7e048e2 100644 --- a/src/mongo/db/repl/sync.cpp +++ b/src/mongo/db/repl/sync.cpp @@ -109,7 +109,7 @@ namespace repl { // should already have write lock const char *ns = o.getStringField("ns"); - Client::Context ctx(txn, ns); + Client::Context ctx(ns); // we don't have the object yet, which is possible on initial sync. get it. log() << "replication info adding missing object" << endl; // rare enough we can log |