mirror of
https://github.com/containers/podman.git
synced 2026-07-11 15:55:22 -04:00
Fixes nits that were suggested in #20420. The caller of `ListenAndWaitOnSocket` did not use the value returned by the conn channel, therefore it was better to just close the conn in the `ListenAndWaitOnSocket` function instead. [NO NEW TESTS NEEDED] Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>