Merge pull request #2797 from crosbymichael/revert-exit-lock

Revert "Lock state before we modify."
This commit is contained in:
Guillaume J. Charmes 2013-11-21 12:19:23 -08:00
commit c4ab498920
1 changed files with 0 additions and 2 deletions

View File

@ -1300,9 +1300,7 @@ func (container *Container) monitor() {
} }
// Report status back // Report status back
container.State.Lock()
container.State.setStopped(exitCode) container.State.setStopped(exitCode)
container.State.Unlock()
// Release the lock // Release the lock
close(container.waitLock) close(container.waitLock)