summaryrefslogtreecommitdiff
path: root/src/mongo/executor/connection_pool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/executor/connection_pool.cpp')
-rw-r--r--src/mongo/executor/connection_pool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/executor/connection_pool.cpp b/src/mongo/executor/connection_pool.cpp
index eab05b593eb..be3879a4926 100644
--- a/src/mongo/executor/connection_pool.cpp
+++ b/src/mongo/executor/connection_pool.cpp
@@ -556,7 +556,7 @@ ConnectionPool::ConnectionPool(std::shared_ptr<DependentTypeFactoryInterface> im
_factory(std::move(impl)),
_options(std::move(options)),
_controller(_options.controllerFactory()),
- _manager(options.egressTagCloserManager) {
+ _manager(_options.egressTagCloserManager) {
if (_manager) {
_manager->add(this);
}