1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

removed a duplicate and incorrect unlock

Signed-off-by: Madhu Venugopal <madhu@docker.com>
This commit is contained in:
Madhu Venugopal 2015-06-20 08:22:44 -07:00
parent c489e329af
commit 34708355bd

View file

@ -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)
}