]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_driver: Resolve Coverity CONSTANT_EXPRESSION_RESULT
authorJohn Ferlan <jferlan@redhat.com>
Wed, 27 Aug 2014 13:14:16 +0000 (09:14 -0400)
committerEric Blake <eblake@redhat.com>
Wed, 16 Dec 2015 03:45:25 +0000 (20:45 -0700)
commitb0f8b8314e510e2cfb94bdf2976667951f2dfaac
treeda336efbb2d18b007ae209cae265c62bbf7d2701
parentecb96bcb418bb2c3d6287efbab2de298325ed31c
qemu_driver: Resolve Coverity CONSTANT_EXPRESSION_RESULT

The call to virDomainSnapshotRedefinePrep() had a spurrious ! in front of
it which caused Coverity to complan that the expression is always false.

(cherry picked from commit 9d7254de430f7ef7a4c6a2a20718942369ce9d06)
src/qemu/qemu_driver.c