summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_shard_merge_util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/tenant_migration_shard_merge_util.cpp')
-rw-r--r--src/mongo/db/repl/tenant_migration_shard_merge_util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/tenant_migration_shard_merge_util.cpp b/src/mongo/db/repl/tenant_migration_shard_merge_util.cpp
index 3c9585415c0..3be275c7b44 100644
--- a/src/mongo/db/repl/tenant_migration_shard_merge_util.cpp
+++ b/src/mongo/db/repl/tenant_migration_shard_merge_util.cpp
@@ -234,7 +234,7 @@ void wiredTigerImportFromBackupCursor(OperationContext* opCtx,
// Import the collection and it's indexes.
const auto nss = metadata.ns;
- writeConflictRetry(opCtx, "importCollection", nss.ns(), [&] {
+ writeConflictRetry(opCtx, "importCollection", nss, [&] {
LOGV2_DEBUG(6114303, 1, "Importing donor collection", "ns"_attr = nss);
AutoGetDb autoDb(opCtx, nss.dbName(), MODE_IX);
auto db = autoDb.ensureDbExists(opCtx);