summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/hostname_bind_ips.js
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2017-08-17 10:38:37 -0400
committerSara Golemon <sara.golemon@mongodb.com>2017-08-18 12:07:00 -0400
commit1ee537356bbd98a6c037e40b7d4f04283a11741d (patch)
tree9e911181ebe9667e60546f965c01fa8ab971765d /jstests/noPassthrough/hostname_bind_ips.js
parent52007c747ca483bba871c5c71684b18717222019 (diff)
downloadmongo-1ee537356bbd98a6c037e40b7d4f04283a11741d.tar.gz
SERVER-30588 Bind all addresses returned by getaddroinfo()
Diffstat (limited to 'jstests/noPassthrough/hostname_bind_ips.js')
-rw-r--r--jstests/noPassthrough/hostname_bind_ips.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/hostname_bind_ips.js b/jstests/noPassthrough/hostname_bind_ips.js
index 295d10db4ce..57ee1698ff5 100644
--- a/jstests/noPassthrough/hostname_bind_ips.js
+++ b/jstests/noPassthrough/hostname_bind_ips.js
@@ -1,7 +1,7 @@
(function() {
'use strict';
- var proc = MongoRunner.runMongod({bind_ip: "localhost,::1", "ipv6": "", waitForConnect: false});
+ var proc = MongoRunner.runMongod({bind_ip: "localhost", "ipv6": "", waitForConnect: false});
assert.neq(proc, null);
assert.soon(function() {