summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_data_replication.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/resharding/resharding_data_replication.cpp')
-rw-r--r--src/mongo/db/s/resharding/resharding_data_replication.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/s/resharding/resharding_data_replication.cpp b/src/mongo/db/s/resharding/resharding_data_replication.cpp
index 647b41f643c..a5918e3ea77 100644
--- a/src/mongo/db/s/resharding/resharding_data_replication.cpp
+++ b/src/mongo/db/s/resharding/resharding_data_replication.cpp
@@ -188,6 +188,7 @@ std::vector<std::unique_ptr<ReshardingOplogApplier>> ReshardingDataReplication::
std::make_unique<ReshardingOplogApplier::Env>(
opCtx->getServiceContext(), metrics, metricsNew),
std::move(sourceId),
+ oplogBufferNss,
metadata.getTempReshardingNss(),
stashCollections,
i,