]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix crash when attempting to shutdown inactive QEMU vm
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 31 Jul 2009 14:50:46 +0000 (15:50 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 31 Jul 2009 16:06:44 +0000 (17:06 +0100)
commit5d3e02aaa21264bd516b4ad3724ec0ac8aabfcdd
tree5404f163d010cb7a77629334a5a6741ae11e8d93
parent84e96866ac70da4432a38972db2d82566c2d168c
Fix crash when attempting to shutdown inactive QEMU vm

* src/qemu_driver.c: Add check that QEMU is active before attemting
  to shutdown. Fix error code for check in destroy method
src/qemu_driver.c