mirror of
https://github.com/containers/podman.git
synced 2025-05-20 16:47:39 +08:00
First batch of resolutions to FIXMEs
Most of these are no longer relevant, just drop the comments. Most notable change: allow `podman kill` on paused containers. Works just fine when I test it. Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
@ -1331,8 +1331,7 @@ func (c *Container) getNetworkStatus() map[string]types.StatusBlock {
|
||||
}
|
||||
c.state.NetworkStatus = result
|
||||
_ = c.save()
|
||||
// TODO remove debug for final version
|
||||
logrus.Debugf("converted old network result to new result %v", result)
|
||||
|
||||
return result
|
||||
}
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user