summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_shutdown_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_shutdown_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_shutdown_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_shutdown_cmd.cpp b/src/mongo/s/commands/cluster_shutdown_cmd.cpp
index 72f0fd71e6f..95db8c0c478 100644
--- a/src/mongo/s/commands/cluster_shutdown_cmd.cpp
+++ b/src/mongo/s/commands/cluster_shutdown_cmd.cpp
@@ -41,7 +41,7 @@ public:
<< "either (1) ran from localhost or (2) authenticated.";
}
- virtual bool run(OperationContext* txn,
+ virtual bool run(OperationContext* opCtx,
const std::string& dbname,
BSONObj& cmdObj,
int options,