diff options
Diffstat (limited to 'src/mongo/util/net/ocsp/ocsp_manager.cpp')
| -rw-r--r-- | src/mongo/util/net/ocsp/ocsp_manager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/util/net/ocsp/ocsp_manager.cpp b/src/mongo/util/net/ocsp/ocsp_manager.cpp index b8d0b2683dd..1524d1da560 100644 --- a/src/mongo/util/net/ocsp/ocsp_manager.cpp +++ b/src/mongo/util/net/ocsp/ocsp_manager.cpp @@ -68,6 +68,7 @@ void OCSPManager::start(ServiceContext* service) { void OCSPManager::shutdown(ServiceContext* service) { get(service)->_pool->shutdown(); + getOCSPManager(service).reset(); } OCSPManager::OCSPManager() { |
