summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_ftdc_commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_ftdc_commands.cpp')
-rw-r--r--src/mongo/s/commands/cluster_ftdc_commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_ftdc_commands.cpp b/src/mongo/s/commands/cluster_ftdc_commands.cpp
index bfe339198c4..23903e92984 100644
--- a/src/mongo/s/commands/cluster_ftdc_commands.cpp
+++ b/src/mongo/s/commands/cluster_ftdc_commands.cpp
@@ -64,7 +64,7 @@ public:
return false;
}
- Status checkAuthForCommand(ClientBasic* client,
+ Status checkAuthForCommand(Client* client,
const std::string& dbname,
const BSONObj& cmdObj) override {
return Status::OK();