]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Break endless loop if qemuMigrationResetTLS fails
authorJiri Denemark <jdenemar@redhat.com>
Tue, 4 Apr 2017 10:46:37 +0000 (12:46 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 5 Apr 2017 13:00:10 +0000 (15:00 +0200)
commitd658c8594e05d286de6af22ea88689d1d5e2a82b
treeca3ad8ae7dde0be5db6ec521643d48ced1f16fb7
parente72b544a098f7a2698293c4eb07651160646574b
qemu: Break endless loop if qemuMigrationResetTLS fails

Jumping to "endjob" label from a code after this label is not a very
good idea.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_migration.c