Re: [libvirt PATCH 27/80] qemu: Rename "endjob" label in qemuMigrationDstFinish

2022-05-11 Thread Peter Krempa
On Tue, May 10, 2022 at 17:20:48 +0200, Jiri Denemark wrote: > Let's call it "error" so that it's clear the label is only used in > failure path. > > Signed-off-by: Jiri Denemark > --- > src/qemu/qemu_migration.c | 26 +- > 1 file changed, 13 insertions(+), 13 deletions(-

[libvirt PATCH 27/80] qemu: Rename "endjob" label in qemuMigrationDstFinish

2022-05-10 Thread Jiri Denemark
Let's call it "error" so that it's clear the label is only used in failure path. Signed-off-by: Jiri Denemark --- src/qemu/qemu_migration.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/qemu/qemu_migration.c b/src/qemu/qemu_migration.c index