Skip to content

Commit

Permalink
closes #11230
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmurthy committed Jun 8, 2015
1 parent db9df71 commit fbce5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/multi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ function get_bind_addr(w::Worker)
w.config.bind_addr = remotecall_fetch(w.id, get_bind_addr, w.id)
end
end
w.config.bind_addr
get(w.config.bind_addr)
end

myid() = LPROC.id
Expand Down

0 comments on commit fbce5b5

Please sign in to comment.