summaryrefslogtreecommitdiff
path: root/jstests/ssl/ssl_cert_password.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/ssl/ssl_cert_password.js')
-rw-r--r--jstests/ssl/ssl_cert_password.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/ssl/ssl_cert_password.js b/jstests/ssl/ssl_cert_password.js
index a9590d92777..2595510ff4a 100644
--- a/jstests/ssl/ssl_cert_password.js
+++ b/jstests/ssl/ssl_cert_password.js
@@ -170,4 +170,6 @@ if (!_isWindows()) {
// Stop the server
var exitCode = MongoRunner.stopMongod(md);
assert(exitCode == 0);
+} else {
+ MongoRunner.stopMongod(md);
}