]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Coverity: Resolve a CHECKED_RETURN message
authorJohn Ferlan <jferlan@redhat.com>
Tue, 25 Mar 2014 16:57:58 +0000 (12:57 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 25 Mar 2014 21:13:27 +0000 (17:13 -0400)
commitb2e4ace220f86a74fb788c0c9f0f37ec238eabf8
treeab9a6225229c1d80b68062739fbaecd29acf4718
parentff436380bc6d6d7cc4e2f192b836728afe5ba64b
Coverity: Resolve a CHECKED_RETURN message

Recent changes to the module seemed to have caused Coverity to find a new
issue regarding the failure to check the return from a sendmsg. The code
doesn't seem to care about the return status, so just added an ignore_value
to keep Coverity quiet.
src/util/virlog.c