summaryrefslogtreecommitdiff
path: root/src/mongo/db/cmdline_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/cmdline_test.cpp')
-rw-r--r--src/mongo/db/cmdline_test.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mongo/db/cmdline_test.cpp b/src/mongo/db/cmdline_test.cpp
index fba25377126..9fe03f309c9 100644
--- a/src/mongo/db/cmdline_test.cpp
+++ b/src/mongo/db/cmdline_test.cpp
@@ -39,6 +39,13 @@ namespace mongo {
CmdLine cmdLine;
+#ifdef MONGO_SSL
+ Status storeSSLServerOptions(const optionenvironment::Environment& params) {
+ return Status(ErrorCodes::InternalError,
+ "This is a storeSSLServerOptions stub and should not be called");
+ }
+#endif // ifdef MONGO_SSL
+
namespace {
namespace moe = mongo::optionenvironment;