summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_rs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/dbclient_rs.h')
-rw-r--r--src/mongo/client/dbclient_rs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/dbclient_rs.h b/src/mongo/client/dbclient_rs.h
index 64a9ddffb03..733eddb0dc3 100644
--- a/src/mongo/client/dbclient_rs.h
+++ b/src/mongo/client/dbclient_rs.h
@@ -203,7 +203,7 @@ public:
std::string getServerAddress() const override;
ConnectionString::ConnectionType type() const override {
- return ConnectionString::SET;
+ return ConnectionString::ConnectionType::kReplicaSet;
}
bool lazySupported() const override {
return true;