• D
    Fix error reporting for virSocketParse · 179c4be0
    Daniel P. Berrange 提交于
    The virSocketParse method was not doing any error reporting
    which meant the true cause of the problem was lost. Remove
    all error reporting from callers, and push it into virSocketParse
    
    * src/util/network.c: Add error reporting to virSocketParse
    * src/conf/domain_conf.c, src/conf/network_conf.c,
      src/network/bridge_driver.c: Remove error reporting in
      callers of virSocketParse
    179c4be0
network_conf.c 28.2 KB