summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_set_free_monitoring_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_set_free_monitoring_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_set_free_monitoring_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_set_free_monitoring_cmd.cpp b/src/mongo/s/commands/cluster_set_free_monitoring_cmd.cpp
index d54cd80b219..f6f8b03b61a 100644
--- a/src/mongo/s/commands/cluster_set_free_monitoring_cmd.cpp
+++ b/src/mongo/s/commands/cluster_set_free_monitoring_cmd.cpp
@@ -62,7 +62,7 @@ public:
}
bool run(OperationContext* opCtx,
- const std::string& dbname,
+ const DatabaseName&,
const BSONObj& cmdObj,
BSONObjBuilder& result) final {
uasserted(ErrorCodes::CommandFailed, help());