Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While testing podman's restart policy handling, I noticed that containers which were publishing ports did not restart automatically. This was caused by conmon not properly closing the file descriptor which reserved the published port on the host before cleaning up the container. This commit lets conmon discover any extra file descriptors on FreeBSD. Signed-off-by: Doug Rabson <[email protected]>
- Loading branch information