summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_recipient_access_blocker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/tenant_migration_recipient_access_blocker.cpp')
-rw-r--r--src/mongo/db/repl/tenant_migration_recipient_access_blocker.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/repl/tenant_migration_recipient_access_blocker.cpp b/src/mongo/db/repl/tenant_migration_recipient_access_blocker.cpp
index 4ddf2bb1260..18040a2f596 100644
--- a/src/mongo/db/repl/tenant_migration_recipient_access_blocker.cpp
+++ b/src/mongo/db/repl/tenant_migration_recipient_access_blocker.cpp
@@ -56,7 +56,8 @@ TenantMigrationRecipientAccessBlocker::TenantMigrationRecipientAccessBlocker(
UUID migrationId,
std::string tenantId,
std::string donorConnString)
- : _serviceContext(serviceContext),
+ : TenantMigrationAccessBlocker(BlockerType::kRecipient),
+ _serviceContext(serviceContext),
_migrationId(migrationId),
_tenantId(std::move(tenantId)),
_donorConnString(std::move(donorConnString)) {