mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove redundant assignment to ep.network
Race detector was angry about that assignment Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
parent
0029d6c2ef
commit
7fa78a97c4
1 changed files with 0 additions and 1 deletions
|
@ -176,7 +176,6 @@ func (n *network) getEndpointsFromStore() ([]*endpoint, error) {
|
||||||
|
|
||||||
for _, kvo := range kvol {
|
for _, kvo := range kvol {
|
||||||
ep := kvo.(*endpoint)
|
ep := kvo.(*endpoint)
|
||||||
ep.network = n
|
|
||||||
epl = append(epl, ep)
|
epl = append(epl, ep)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue