1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00
Upstream-commit: 54443c092caf9c1e11c47ea30400084d009af6e9
Component: engine
This commit is contained in:
Solomon Hykes
2013-03-31 22:04:59 -07:00
parent 2afab98d61
commit a591bf3f3d

View File

@@ -363,7 +363,7 @@ func (container *Container) allocateNetwork() error {
return nil
}
func (container *Container) releaseNetwork() {
func (container *Container) releaseNetwork() {
container.network.Release()
container.network = nil
container.NetworkSettings = &NetworkSettings{}