summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/geonear.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/geonear.cpp')
-rw-r--r--src/mongo/db/commands/geonear.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/geonear.cpp b/src/mongo/db/commands/geonear.cpp
index 5976d8a4e3d..ebbdd6efd69 100644
--- a/src/mongo/db/commands/geonear.cpp
+++ b/src/mongo/db/commands/geonear.cpp
@@ -76,7 +76,7 @@ namespace mongo {
return false;
}
- Client::ReadContext ctx(ns);
+ Client::ReadContext ctx(txn, ns);
Database* db = ctx.ctx().db();
if ( !db ) {