summaryrefslogtreecommitdiff
path: root/src/mongo/transport/ssl_connection_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/transport/ssl_connection_context.h')
-rw-r--r--src/mongo/transport/ssl_connection_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/transport/ssl_connection_context.h b/src/mongo/transport/ssl_connection_context.h
index 0ab7c23091d..3859bb39c54 100644
--- a/src/mongo/transport/ssl_connection_context.h
+++ b/src/mongo/transport/ssl_connection_context.h
@@ -55,7 +55,7 @@ struct SSLConnectionContext {
std::shared_ptr<SSLManagerInterface> manager;
// If this Context was created from transient SSL params this contains the URI of the target
// cluster. It can also be used to determine if the context is indeed transient.
- std::optional<std::string> targetClusterURI;
+ boost::optional<std::string> targetClusterURI;
~SSLConnectionContext();
};