]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove redundant virFileDeletePID() call
authorChris Lalancette <clalance@redhat.com>
Sat, 22 Aug 2009 21:56:33 +0000 (23:56 +0200)
committerChris Lalancette <clalance@redhat.com>
Tue, 3 Nov 2009 15:19:28 +0000 (16:19 +0100)
commit9231aa7d9563745c64e4f69afabca65d28bfae25
tree994c524673226c2b3ef044fcbaa02640b9a7ef03
parent979218cdd9887b132eb0f29fe2048f89e90beae1
Remove redundant virFileDeletePID() call

qemudShutdownVMDaemon() calls qemudRemoveDomainStatus(), which
then calls virFileDeletePID().  qemudShutdownVMDaemon() then
unnecessarily calls virFileDeletePID() again.  Remove this second
usage of it, and also slightly refactor qemudRemoveDomainStatus()
to VIR_WARN appropriate error messages.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
src/qemu/qemu_driver.c