summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbdirectclient.h
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2021-05-03 10:10:01 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-03 14:43:41 +0000
commit57f8c0d7c31a5a01c76748ae725591d44e08a2a8 (patch)
tree0dec98fd1d546394acc4e7454081c573b4536add /src/mongo/db/dbdirectclient.h
parent7d746afd02264f30e766caff7183bd2a8961c27d (diff)
downloadmongo-57f8c0d7c31a5a01c76748ae725591d44e08a2a8.tar.gz
SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509
Diffstat (limited to 'src/mongo/db/dbdirectclient.h')
-rw-r--r--src/mongo/db/dbdirectclient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/dbdirectclient.h b/src/mongo/db/dbdirectclient.h
index 7b27481d540..b9097e9c5fd 100644
--- a/src/mongo/db/dbdirectclient.h
+++ b/src/mongo/db/dbdirectclient.h
@@ -107,6 +107,10 @@ public:
return false;
}
+ bool isTLS() final {
+ return false;
+ }
+
#ifdef MONGO_CONFIG_SSL
const SSLConfiguration* getSSLConfiguration() override {
invariant(false);