mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-08-19 04:17:48 +00:00
Merge pull request #325 from mavenugo/master
removed a duplicate and incorrect unlock
This commit is contained in:
@@ -228,7 +228,6 @@ func (c *controller) LeaveAll(id string) error {
|
||||
c.Unlock()
|
||||
|
||||
if !ok {
|
||||
c.Unlock()
|
||||
return fmt.Errorf("could not find sandbox for container id %s", id)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user