]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix error reporting for security driver over remote protocol
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 15 Jul 2009 09:36:32 +0000 (10:36 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 15 Jul 2009 11:27:42 +0000 (12:27 +0100)
commit845659340eb35193eed42159c942b3407ccb56d7
tree463276888d833040d5ceb2a06450234e5933f29e
parenta90629aa137bf3700ce2885987221de66c7562c6
Fix error reporting for security driver over remote protocol

* qemud/remote.c: Send back the actual libvirt connection error
  rather than formatting a generic error for security driver
  methods
* src/libvirt.c: Fix virDomainGetSecurityLabel, and
  virNodeGetSecurityModel to correctly set the error on
  the virConnectPtr object, and raise a full error rather
  than warning when not supported
qemud/remote.c
src/libvirt.c