summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/store_possible_cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/query/store_possible_cursor.h')
-rw-r--r--src/mongo/s/query/store_possible_cursor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/query/store_possible_cursor.h b/src/mongo/s/query/store_possible_cursor.h
index f06c959b41c..03d61ac4d33 100644
--- a/src/mongo/s/query/store_possible_cursor.h
+++ b/src/mongo/s/query/store_possible_cursor.h
@@ -57,7 +57,7 @@ class TaskExecutor;
* BSONObj response document describing the newly-created cursor, which is suitable for returning to
* the client.
*/
-StatusWith<BSONObj> storePossibleCursor(OperationContext* txn,
+StatusWith<BSONObj> storePossibleCursor(OperationContext* opCtx,
const HostAndPort& server,
const BSONObj& cmdResult,
const NamespaceString& requestedNss,