• J
    diagnose "libvirtd --config=no-such-file" · 6954d44e
    Jim Meyering 提交于
    * 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.
    6954d44e
conf.c 23.7 KB