]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: fix miss goto cleanup in qemuDomainAttachNetDevice
authorLuyao Huang <lhuang@redhat.com>
Tue, 6 Jan 2015 09:20:30 +0000 (17:20 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 6 Jan 2015 10:07:13 +0000 (11:07 +0100)
commita791599cc69e1a7e2b5f2ca6778ef467470f63ba
tree8a1554474e89623baa044efaf4277228ec3cb9c9
parent18ec863d19bdaf517e26642f794b7ee4d1d2c53f
qemu: fix miss goto cleanup in qemuDomainAttachNetDevice

This place have a wrong logic, maybe forget goto cleanup.
Also fix some small things.

Signed-off-by: Luyao Huang <lhuang@redhat.com>
src/qemu/qemu_hotplug.c