Skip to content

Commit bb38767

Browse files
teste
1 parent 5d5ff72 commit bb38767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cluster.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ function init_bind_addr()
13971397
else
13981398
bind_port = 0
13991399
try
1400-
bind_addr = string(getipaddr())
1400+
bind_addr = string(getipaddr(IPv6))
14011401
catch
14021402
# All networking is unavailable, initialize bind_addr to the loopback address
14031403
# Will cause an exception to be raised only when used.

0 commit comments

Comments
 (0)