]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cgroup: silence coverity warning
authorEric Blake <eblake@redhat.com>
Mon, 4 Jul 2011 02:28:27 +0000 (10:28 +0800)
committerDaniel Veillard <veillard@redhat.com>
Mon, 4 Jul 2011 02:28:27 +0000 (10:28 +0800)
commit3f81f8e4c1aae599a07cbc2e93a9688d87490bc5
tree4061582bc9b91304e5032c248b46cc204273a1a9
parentdd0c42abd475fd580a3b149a3d7154a6443a6662
cgroup: silence coverity warning

Coverity noted that most clients reacted to failure to hash; but in
a best-effort kill loop, we can ignore failure.

* src/util/cgroup.c (virCgroupKillInternal): Ignore hash failure.
src/util/cgroup.c