]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemudDomainCreate: correct a slightly misdirected goto
authorJim Meyering <meyering@redhat.com>
Tue, 27 Apr 2010 20:16:02 +0000 (22:16 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 29 Apr 2010 09:16:03 +0000 (11:16 +0200)
commit5eec84aaa3e18d5c79fa6f5162a187f3cb992456
treee04dda05cae546c319f0992e59205dd825ba4507
parent98fb83ce25f46e0236706fa6e0943032d921935f
qemudDomainCreate: correct a slightly misdirected goto

* src/qemu/qemu_driver.c (qemudDomainCreate): Goto cleanup,
not "endjob", since we know "vm" is already NULL.  No semantic change.
src/qemu/qemu_driver.c