summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morrow <acm@10gen.com>2013-06-05 14:57:34 -0400
committerAndrew Morrow <acm@10gen.com>2013-06-06 10:21:27 -0400
commit6975c883e8c431985037ded4a6d78c92f0a7c802 (patch)
treee6c5a479632be4d26d71d6398667fdc69d943fee
parentbc08f8a73aeedb1511c699290029e22e9bad1324 (diff)
downloadmongo-6975c883e8c431985037ded4a6d78c92f0a7c802.tar.gz
SERVER-6514 Only run global initializers from httpClientTest for in-tree SSL builds
(cherry picked from commit 3ba5acdb56f4268f56debd18db0fd6cf962572b4)
-rw-r--r--src/mongo/client/examples/httpClientTest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/client/examples/httpClientTest.cpp b/src/mongo/client/examples/httpClientTest.cpp
index e7848cc42bc..43617b592de 100644
--- a/src/mongo/client/examples/httpClientTest.cpp
+++ b/src/mongo/client/examples/httpClientTest.cpp
@@ -44,9 +44,8 @@ int main( int argc, const char **argv, char **envp) {
#ifdef MONGO_SSL
cmdLine.sslOnNormalPorts = true;
-#endif
-
runGlobalInitializersOrDie(argc, argv, envp);
+#endif
int port = 27017;
if ( argc != 1 ) {