mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-27 10:47:54 +00:00
container_internal: don't ignore error from cleanupNetwork()
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #1002 Approved by: rhatdan
This commit is contained in:
parent
80131339b7
commit
8ee8f84734
1 changed files with 1 additions and 1 deletions
|
|
@ -923,7 +923,7 @@ func (c *Container) cleanup() error {
|
|||
|
||||
// Clean up network namespace, if present
|
||||
if err := c.cleanupNetwork(); err != nil {
|
||||
lastError = nil
|
||||
lastError = err
|
||||
}
|
||||
|
||||
if err := c.cleanupCgroups(); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue