]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Switch libvirtd config loading code to use error APIs
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 4 Apr 2012 14:00:17 +0000 (15:00 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 10 Apr 2012 10:12:27 +0000 (11:12 +0100)
commita4475839dd5efa0155d8f470ae13f15cbad88674
tree212b1c8287974990f8ed1c1ba4a0c8220528e475
parent6e6e9bebc27c6300f34e186092b3a441a3a9853e
Switch libvirtd config loading code to use error APIs

Using VIR_ERROR means the test suite can't catch error messages
easily. Use the proper error reporting APIs instead
daemon/libvirtd-config.c
daemon/libvirtd.c