1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 07:59:00 +00:00
Jim Meyering 6954d44e53 diagnose "libvirtd --config=no-such-file"
* qemud/qemud.c (remoteReadConfigFile): Don't return 0 (success)
when the config file is unreadable or nonexistent
Return -1, not 0, upon virConfReadFile failure.
(main): If remote_config_file is not specified via --config(-f),
use the default config file only if it exists.  Otherwise,
use /dev/null.
* src/conf.c (virConfReadFile): Don't diagnose virFileReadAll
failure, since it already does that.
2009-01-12 18:22:32 +00:00
..
2008-12-22 12:57:35 +00:00
2008-12-22 12:57:35 +00:00
2008-06-10 10:43:28 +00:00
2009-01-12 18:21:49 +00:00
2008-12-22 12:53:26 +00:00
2009-01-06 18:32:03 +00:00