mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
qemu: json: Fix missing break in error reporting function
Otherwise we'd report a different error. Reported by John Ferlan's coverity run.
This commit is contained in:
parent
7557ddf8be
commit
58699b77ee
@ -2128,6 +2128,7 @@ qemuMonitorJSONReportBlockExtentError(qemuMonitorBlockExtentError error)
|
||||
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
||||
_("blockstats stats entry was not in "
|
||||
"expected format"));
|
||||
break;
|
||||
|
||||
case QEMU_MONITOR_BLOCK_EXTENT_ERROR_NOOFFSET:
|
||||
virReportError(VIR_ERR_INTERNAL_ERROR,
|
||||
|
Loading…
x
Reference in New Issue
Block a user