summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_is_master_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_is_master_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_is_master_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_is_master_cmd.cpp b/src/mongo/s/commands/cluster_is_master_cmd.cpp
index ddb9d1c7844..afda930a308 100644
--- a/src/mongo/s/commands/cluster_is_master_cmd.cpp
+++ b/src/mongo/s/commands/cluster_is_master_cmd.cpp
@@ -46,7 +46,7 @@ namespace {
class CmdIsMaster : public Command {
public:
- CmdIsMaster() : Command("isMaster", false, "ismaster") {}
+ CmdIsMaster() : Command("isMaster", "ismaster") {}
virtual bool supportsWriteConcern(const BSONObj& cmd) const override {