]> xenbits.xensource.com Git - libvirt.git/commit
qemu: process: Avoid uninitialized use two vars when reconnecting to vm
authorPeter Krempa <pkrempa@redhat.com>
Thu, 4 Dec 2014 15:13:31 +0000 (16:13 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 4 Dec 2014 15:24:25 +0000 (16:24 +0100)
commit38bde5776a056341a8de521057ef5b6dead2af10
treed0e83d5084ce9e43b1c3dc32e1f791602ae0417a
parent64702ac367b70da6bee4ee78f8173e18c6607e7e
qemu: process: Avoid uninitialized use two vars when reconnecting to vm

3ecebf07110ca8d3413072557f29137943e848e3 breaks the build as it adds a
way to jump to cleanup before the 'cfg' object is retrieved and 'priv'
is initialized.
src/qemu/qemu_process.c