]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Cleanup sec driver error reporting to use virReportSystemError
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 28 Aug 2009 17:44:43 +0000 (18:44 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 10 Sep 2009 13:34:07 +0000 (14:34 +0100)
commit7887e0035541219973af4450b130dcddc71279dc
treea3447b1949731dc1b4596cd1efcbe6c50d97947c
parent0e9ae444bdd0d12c657fad495baeeabc333c0403
Cleanup sec driver error reporting to use virReportSystemError

* src/security_selinux.c: Use virReportSystemError whereever an
  errno is involved
* src/qemu_driver.c: Don't overwrite error message from the
  security driver
src/qemu_driver.c
src/security_selinux.c