Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
network: remove racy InitaliseFromConfig #3785
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Nov 20, 2015
jujubot
merged commit d1ec2da
into
juju:master
Nov 20, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
davecheney commentedNov 20, 2015
Fixes LP 1517744
The package singleton network.globalPreferIPV6 is very racy.
Replace this with a simple atomic variable and a getter and setter.
Also remove the unnecessary PreferIPV6Getter interfaces.
(Review request: http://reviews.vapour.ws/r/3194/)