]> xenbits.xensource.com Git - libvirt.git/commit
Don't exit if the libvirtd config does not exist
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 8 Jul 2011 14:27:42 +0000 (15:27 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 8 Jul 2011 15:19:57 +0000 (16:19 +0100)
commit8e2e47803c0028b42b72c45b81e91de7b0cbb7fe
tree0d547130df77d23a9affe6bcd10a3096412cec20
parent3cfdc57b8553cae95b8849bbcb7a4b227085cec1
Don't exit if the libvirtd config does not exist

It is common for the $HOME/.libvirt/libvirtd.conf file to not
exist. Treat this situation as non-fatal since we can carry
on with our default settings just fine.

* daemon/libvirtd.c: Treat ENOENT as non-fatal when loading
  config
daemon/libvirtd.c