]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: domain: Add 'break' after formatting commit job status XML
authorPeter Krempa <pkrempa@redhat.com>
Fri, 2 Aug 2019 11:01:32 +0000 (13:01 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 16 Aug 2019 11:26:10 +0000 (13:26 +0200)
commit41ac166c6c18f2057abea331d40fa3c91c814e43
treec99cb417240ab7a5df7e0867d5dfbb169f5da5e4
parent016584c52c813511d5681815eb75f9f0583ba16a
qemu: domain: Add 'break' after formatting commit job status XML

In commit 3f93884a4d0 where the job handling of commit jobs with
blockdev was added I've forgot to add a 'break' in the switch fomatting
the status XML. Thankfully this would not be a problem as the cases
where this fell through didn't have any code.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_domain.c