]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Fix handling of DBus errors emitted by the bus itself
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 22 Jul 2013 15:32:28 +0000 (16:32 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 23 Jul 2013 21:35:26 +0000 (22:35 +0100)
commitc64904b7459b2f21e55221bf977119dc77a4be55
treeadf3168f0795b815bf57eef19e7da76eeca1a1bb
parenta873b496daad822ed01094f177c67c8f7fcccfd8
Fix handling of DBus errors emitted by the bus itself

Current code for handling dbus errors only works for errors
received from the remote application itself. We must also
handle errors emitted by the bus itself, for example, when
it fails to spawn the target service.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/util/virdbus.c