summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/current_op_common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/current_op_common.cpp')
-rw-r--r--src/mongo/db/commands/current_op_common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/current_op_common.cpp b/src/mongo/db/commands/current_op_common.cpp
index 7e82a137c92..304009accdb 100644
--- a/src/mongo/db/commands/current_op_common.cpp
+++ b/src/mongo/db/commands/current_op_common.cpp
@@ -111,7 +111,7 @@ bool CurrentOpCommandBase::run(OperationContext* opCtx,
// Pipeline is complete; create an AggregateCommandRequest for $currentOp.
AggregateCommandRequest request(
- NamespaceString::makeCollectionlessAggregateNSS(TenantDatabaseName(boost::none, "admin")),
+ NamespaceString::makeCollectionlessAggregateNSS(DatabaseName(boost::none, "admin")),
std::move(pipeline));
// Run the pipeline and obtain a CursorResponse.