]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
virsh: Initialize vshData in cmdMigrate
authorJán Tomko <jtomko@redhat.com>
Tue, 26 Aug 2014 11:18:43 +0000 (13:18 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 26 Aug 2014 11:20:47 +0000 (13:20 +0200)
commitc285ffc4c2f042941acc44406bdd442252d1b0aa
tree7b8bf6f747f08be591aa26d842120121145e072b
parentd59b2c920c1071af09409cc1c2a37d1a429b3e60
virsh: Initialize vshData in cmdMigrate

If the virConnect did not succeeed, we called
virConnectClose on uninitialized data.

Introduced by commit 7eabd55.
tools/virsh-domain.c