summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/auth_schema_upgrade_s.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/auth_schema_upgrade_s.cpp')
-rw-r--r--src/mongo/s/commands/auth_schema_upgrade_s.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/auth_schema_upgrade_s.cpp b/src/mongo/s/commands/auth_schema_upgrade_s.cpp
index 76c68baa9eb..144d5c80380 100644
--- a/src/mongo/s/commands/auth_schema_upgrade_s.cpp
+++ b/src/mongo/s/commands/auth_schema_upgrade_s.cpp
@@ -121,7 +121,7 @@ namespace {
class CmdAuthSchemaUpgradeS : public CmdAuthSchemaUpgrade {
virtual bool run(
- TransactionExperiment* txn,
+ OperationContext* txn,
const string& dbname,
BSONObj& cmdObj,
int options,