mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-08-26 18:17:24 +00:00
removed a duplicate and incorrect unlock
Signed-off-by: Madhu Venugopal <madhu@docker.com>
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