]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: json: Fix missing break in error reporting function
authorPeter Krempa <pkrempa@redhat.com>
Wed, 1 Oct 2014 12:33:09 +0000 (14:33 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 1 Oct 2014 12:33:09 +0000 (14:33 +0200)
commit58699b77eee9e45cbf8c9f08291fc298aae37eea
tree6ceead1dae1669cbbbda5b46d6f1f6138f0a881c
parent7557ddf8be79f9687bc8f69946aba71c4c29d7d5
qemu: json: Fix missing break in error reporting function

Otherwise we'd report a different error.

Reported by John Ferlan's coverity run.
src/qemu/qemu_monitor_json.c