]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Don't misuse "ret" in qemuMigrationRun
authorJiri Denemark <jdenemar@redhat.com>
Thu, 19 Oct 2017 12:21:00 +0000 (14:21 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 23 Oct 2017 08:08:29 +0000 (10:08 +0200)
commitaf32e57f8e5800ceca46b775276f4a4877ecf89a
tree4ff0881c2ea27c32f4504ce229b0a84a077c1a36
parent7d2fbabcafaa357729a39331b015d759fc4213dd
qemu: Don't misuse "ret" in qemuMigrationRun

The "ret" variable is used for storing the return value of a function
and should not be used as a temporary variable.

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