mirror of
https://github.com/containers/podman.git
synced 2026-07-25 14:37:06 -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>