]> git.ipfire.org Git - thirdparty/libvirt.git/commit
uuid: Fix coverity warning of unchecked return value
authorPeter Krempa <pkrempa@redhat.com>
Wed, 11 Jun 2014 09:40:44 +0000 (11:40 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 17 Jun 2014 08:40:20 +0000 (10:40 +0200)
commit810eea719c629338b66d7e348a46155d42f8ffb3
tree231c112c5b9f4e4cb89510a15c57ccb5be99722d
parentb9f8a2f25e56e992add0fff5327638a61973fe34
uuid: Fix coverity warning of unchecked return value

Coverity checks for patterns of handling return values of functions.
Some recent addition must have tripped a threshold where coverity now
complains that we usually check the return value of virUUIDGenerate but
don't do it in one place. Add a check to make coverity happy.
tests/qemuxml2argvtest.c