Skip to content

Commit

Permalink
Merge pull request #6889 from amitmurthy/amitm/id
Browse files Browse the repository at this point in the history
initializing default id to 1
  • Loading branch information
amitmurthy committed May 19, 2014
2 parents 095b647 + da4b3a0 commit 251b2ff
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 251b2ff

Please sign in to comment.