summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_commands_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/cluster_commands_helpers.h')
-rw-r--r--src/mongo/s/cluster_commands_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/cluster_commands_helpers.h b/src/mongo/s/cluster_commands_helpers.h
index fce94d5fc43..1e3a9d91fbb 100644
--- a/src/mongo/s/cluster_commands_helpers.h
+++ b/src/mongo/s/cluster_commands_helpers.h
@@ -163,7 +163,7 @@ AsyncRequestsSender::Response executeCommandAgainstDatabasePrimary(
bool appendRawResponses(OperationContext* opCtx,
std::string* errmsg,
BSONObjBuilder* output,
- std::vector<AsyncRequestsSender::Response> shardResponses,
+ const std::vector<AsyncRequestsSender::Response>& shardResponses,
std::set<ErrorCodes::Error> ignoredErrors = {});
/**