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