diff options
-rw-r--r-- | src/mongo/db/s/resharding/resharding_coordinator_service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/resharding/resharding_coordinator_service.cpp b/src/mongo/db/s/resharding/resharding_coordinator_service.cpp index 095f1398b88..caa92bd1e59 100644 --- a/src/mongo/db/s/resharding/resharding_coordinator_service.cpp +++ b/src/mongo/db/s/resharding/resharding_coordinator_service.cpp @@ -898,7 +898,7 @@ void ReshardingCoordinatorExternalStateImpl::sendCommandToShards( const BSONObj& command, const std::vector<ShardId>& shardIds, const std::shared_ptr<executor::TaskExecutor>& executor) { - sharding_util::sendCommandToShards(opCtx, dbName, command, shardIds, executor); + sharding_ddl_util::sendAuthenticatedCommandToShards(opCtx, dbName, command, shardIds, executor); } ThreadPool::Limits ReshardingCoordinatorService::getThreadPoolLimits() const { |