On Mon, Oct 14, 2024 at 08:18:15AM +0200, Peter Krempa wrote:
'qemuSnapshotDeleteBlockJobIsRunning' returns only 0 and 1.
Convert it
to bool and remove the dead code handling -1 return in the caller.
Closes:
https://gitlab.com/libvirt/libvirt/-/issues/682
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_snapshot.c | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>