]> git.ipfire.org Git - thirdparty/libvirt.git/commit
domain_conf: Resolve Coverity CHECKED_RETURN
authorJohn Ferlan <jferlan@redhat.com>
Wed, 29 Oct 2014 13:25:56 +0000 (09:25 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 1 Dec 2014 16:18:43 +0000 (11:18 -0500)
commit025dc403db5f382e63f7cc13a25644c931301b73
tree8f05847e5aefcaba4ba0d7eda7edd0c65433233b
parentf7212f6bd3c06a9ca51039d16e7d0515ec56493d
domain_conf: Resolve Coverity CHECKED_RETURN

Commit id '0d36a5d05' modified the code slightly, but removed the
return value check thus causing Coverity to complain that this call
was the only one where the return value wasn't checked. Since nothing
was done previously if there was a failure, just use ignore_value here
to pacify Coverity
src/conf/domain_conf.c