Skip to content

Commit a768fe4

Browse files
committed
Remove redundant assignment to ep.network
Race detector was angry about that assignment Signed-off-by: Alexander Morozov <lk4d4@docker.com>
1 parent e8ebc0b commit a768fe4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

store.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ func (n *network) getEndpointsFromStore() ([]*endpoint, error) {
176176

177177
for _, kvo := range kvol {
178178
ep := kvo.(*endpoint)
179-
ep.network = n
180179
epl = append(epl, ep)
181180
}
182181
}

0 commit comments

Comments
 (0)