]> 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)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 27 Aug 2014 16:52:27 +0000 (12:52 -0400)
commit9d7254de430f7ef7a4c6a2a20718942369ce9d06
treec5293239e162acb14a6c8cd6e923fb5bad12025c
parent0c5ca985971a349e5b4125faa5b48cd57b38cb0a
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.
src/qemu/qemu_driver.c