summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_options_init.cpp
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2014-09-25 08:56:26 -0400
committerEric Milkie <milkie@10gen.com>2014-09-25 08:56:26 -0400
commita83553d6bff77a16f797a32c293a6832d4b72743 (patch)
treef4bd0b8ff0f1b19451bc50a9ba4a07625bf9ef64 /src/mongo/shell/shell_options_init.cpp
parentb2ea63e14f6e382c42409c8bf6326115fca94888 (diff)
downloadmongo-a83553d6bff77a16f797a32c293a6832d4b72743.tar.gz
Revert "SERVER-14713: User must specify either sslAllowInvalidCertificates or sslCAFile when starting mongo shell in SSL mode."
This reverts commit 0c46836a9befaff86825a8238027c8b4223ca14c.
Diffstat (limited to 'src/mongo/shell/shell_options_init.cpp')
-rw-r--r--src/mongo/shell/shell_options_init.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/shell/shell_options_init.cpp b/src/mongo/shell/shell_options_init.cpp
index bfbdf8188e2..942ebaf0810 100644
--- a/src/mongo/shell/shell_options_init.cpp
+++ b/src/mongo/shell/shell_options_init.cpp
@@ -44,11 +44,6 @@ namespace mongo {
if (!ret.isOK()) {
return ret;
}
- ret = validateMongoShellOptions(moe::startupOptionsParsed);
- if (!ret.isOK()) {
- return ret;
- }
-
return Status::OK();
}