Skip to content

Commit 1b0141d

Browse files
committed
bind on ::
1 parent 42f7e47 commit 1b0141d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/test_framework/netutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def test_ipv6_local():
150150
s = None
151151
try:
152152
s = socket.socket(socket.AF_INET6, socket.SOCK_STREAM)
153-
s.bind(('::1', 0))
153+
s.bind(('::', 0))
154154
return True
155155
except OSError:
156156
pass

0 commit comments

Comments
 (0)