summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_commit_reshard_collection_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_commit_reshard_collection_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_commit_reshard_collection_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/cluster_commit_reshard_collection_cmd.cpp b/src/mongo/s/commands/cluster_commit_reshard_collection_cmd.cpp
index 3affa06b45c..b23f2eb3604 100644
--- a/src/mongo/s/commands/cluster_commit_reshard_collection_cmd.cpp
+++ b/src/mongo/s/commands/cluster_commit_reshard_collection_cmd.cpp
@@ -76,7 +76,7 @@ public:
}
bool supportsWriteConcern() const override {
- return true;
+ return false;
}
void doCheckAuthorization(OperationContext* opCtx) const override {