]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix propagation of RPC errors from streams
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 27 Jun 2011 20:38:00 +0000 (21:38 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 29 Jun 2011 10:08:59 +0000 (11:08 +0100)
commit16c6e2b41eb39b14693c0d6e2010786cabf0c729
tree66bff76cfee1f6b760147b41c81b00648b470006
parentd97093437f59223e1bc57ad39762b0f7521e856a
Fix propagation of RPC errors from streams

If a streams error is raised, virNetClientIOEventLoop
returns 0, but an error is set. Check for this and
propagate it if present

* src/rpc/virnetclient.c: Propagate streams error
src/rpc/virnetclient.c