]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix return value usage
authorDoug Goldstein <cardoe@gentoo.org>
Thu, 5 Aug 2010 19:12:52 +0000 (14:12 -0500)
committerEric Blake <eblake@redhat.com>
Thu, 5 Aug 2010 23:05:16 +0000 (17:05 -0600)
commit0890a70a19606762e86cefb233f7ecf213eb7aa9
tree595154195001a759c001638f4c9d4edc45ee9406
parentbcc8b58be30ea66ffb9ffaee46cff29ade406897
Fix return value usage

Fix the error checking to use the return value from brAddTap() instead
of checking the current errno value which might have been changed by
clean up calls inside of brAddTap().

Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
src/qemu/qemu_conf.c