]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix return value usage
authorDoug Goldstein <cardoe@gentoo.org>
Tue, 10 Aug 2010 21:43:29 +0000 (16:43 -0500)
committerEric Blake <eblake@redhat.com>
Tue, 10 Aug 2010 22:38:37 +0000 (16:38 -0600)
commitc0b0e8d07d3d437c4afa08f3f7320cfe5acda6bc
tree55b13df61aa2e0410c64f37fe6529c8d7f5509b2
parentd413e5d7659f07994a79290a56c904a9b136ee2d
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/uml/uml_conf.c