Skip to content

Commit

Permalink
Return socket correctly in socket_reuse_port
Browse files Browse the repository at this point in the history
Should fix buildbot failure  #21818 (comment)

A bit of a mystery as to how Linux CI passed correctly.....
  • Loading branch information
amitmurthy committed May 22, 2017
1 parent 7523a43 commit 3bfea97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/distributed/managers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ function socket_reuse_port()
return TCPSocket()
end
is_apple() && bind_client_port(s)
return s
else
return TCPSocket()
end
Expand Down

0 comments on commit 3bfea97

Please sign in to comment.