mirror of
https://github.com/containers/podman.git
synced 2026-06-08 07:46:17 -04:00
libpod df handler missing a return after writing error to client. This caused a null to be appended to JSON and crashed python decoder. Signed-off-by: Jhon Honce <jhonce@redhat.com>