Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is not needed and was added by during debugging but it turned out to be something else. We should not lock the thread unless needed because this just raises question why it is here otherwise. Also the lock would not do much as we spawn a goroutine below anyway so it runs on another thread no matter what. From the review comment by Miloslav but it was merged before I had the chance to fix it: containers#24406 (comment) Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information