Merge pull request #325 from mavenugo/master

removed a duplicate and incorrect unlock
This commit is contained in:
Jana Radhakrishnan 2015-06-20 08:44:19 -07:00
commit fbd5923964

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