Skip to content

Commit 0be8014

Browse files
teste
1 parent bb38767 commit 0be8014

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
@@ -261,7 +261,7 @@ function start_worker(out::IO, cookie::AbstractString=readline(stdin); close_std
261261
stderr_to_stdout && redirect_stderr(stdout)
262262

263263
init_worker(cookie)
264-
interface = IPv4(LPROC.bind_addr)
264+
interface = IPv6(LPROC.bind_addr)
265265
if LPROC.bind_port == 0
266266
port_hint = 9000 + (getpid() % 1000)
267267
(port, sock) = listenany(interface, UInt16(port_hint))

0 commit comments

Comments
 (0)