]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix issue found by coverity and cleanup
authorPavel Hrdina <phrdina@redhat.com>
Mon, 17 Mar 2014 13:35:42 +0000 (14:35 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 17 Mar 2014 14:02:51 +0000 (15:02 +0100)
commitb396fae9e2fc6c8c49b80ff737d718c322c78ae8
treee85bc399c4eca1968f4026bfcc0d2686f86a4b5f
parentfbf14e8294bc3f3127719daeaaca0b18fdf2d03e
Fix issue found by coverity and cleanup

Coverity found an issue in lxc_driver and uml_driver that we don't
check the return value of register functions.

I've also updated all other places and unify the way we check the
return value.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/bhyve/bhyve_driver.c
src/interface/interface_backend_netcf.c
src/lxc/lxc_driver.c
src/network/bridge_driver.c
src/nwfilter/nwfilter_driver.c
src/qemu/qemu_driver.c
src/remote/remote_driver.c
src/secret/secret_driver.c
src/storage/storage_driver.c
src/uml/uml_driver.c