Skip to content

Commit

Permalink
initializing default id to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmurthy committed May 19, 2014
1 parent 095b647 commit da4b3a0
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 @@ -195,7 +195,7 @@ end
type LocalProcess
id::Int
bind_addr::IpAddr
LocalProcess() = new()
LocalProcess() = new(1)
end

const LPROC = LocalProcess()
Expand Down

0 comments on commit da4b3a0

Please sign in to comment.