summaryrefslogtreecommitdiff
path: root/jstests/replsets/cloneDb.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/cloneDb.js')
-rw-r--r--jstests/replsets/cloneDb.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/cloneDb.js b/jstests/replsets/cloneDb.js
index a24b9d80c11..5590dd027f1 100644
--- a/jstests/replsets/cloneDb.js
+++ b/jstests/replsets/cloneDb.js
@@ -117,7 +117,7 @@
'cloneDatabase from standalone to SECONDARY succeeded and should not accept writes');
jsTest.log("Shut down replica set and standalone server");
- MongoRunner.stopMongod(standalone.port);
+ MongoRunner.stopMongod(standalone);
replTest.stopSet();
}