]> xenbits.xensource.com Git - libvirt.git/commit
qemu: domain: Don't overwrite job type in private data
authorPeter Krempa <pkrempa@redhat.com>
Thu, 1 Mar 2018 17:01:08 +0000 (18:01 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 13 Mar 2018 12:54:11 +0000 (13:54 +0100)
commitd33adb9173bcd7b903782243d8925e0f34285595
tree58cf78b3714e32ab220dd6dc5a59222d4eabbd29
parentd2cd7215e7af7e52d1cb8eb9a711901f0dbd2a71
qemu: domain: Don't overwrite job type in private data

The code overwrote the internal job type and then fixed it back. Since
the job type is not accessed in the code this does not make much sense.
Use the temporary value instead.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_domain.c