summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/migration_util.cpp')
-rw-r--r--src/mongo/db/s/migration_util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/migration_util.cpp b/src/mongo/db/s/migration_util.cpp
index f0d85e91d0a..52fc0fdaa7a 100644
--- a/src/mongo/db/s/migration_util.cpp
+++ b/src/mongo/db/s/migration_util.cpp
@@ -525,7 +525,7 @@ void resubmitRangeDeletionsOnStepUp(ServiceContext* serviceContext) {
while (cursor->more()) {
retFuture = migrationutil::submitRangeDeletionTask(
opCtx.get(),
- RangeDeletionTask::parse(IDLParserErrorContext("rangeDeletionRecovery"),
+ RangeDeletionTask::parse(IDLParserContext("rangeDeletionRecovery"),
cursor->next()));
rangeDeletionsMarkedAsProcessing++;
}