mirror of
https://github.com/containers/podman.git
synced 2025-06-02 02:26:52 +08: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>