]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Fix error reporting for virSocketParse
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 20 Oct 2010 14:20:37 +0000 (15:20 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 22 Oct 2010 10:26:29 +0000 (11:26 +0100)
commit179c4be0e1443fc1912b1b780d404db5f2250b9e
tree3324acf47ebe84ce7788b1ef486f949d1bc95a6e
parent497adba2d432d37f236495b2309c469886dbbd33
Fix error reporting for virSocketParse

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
src/conf/domain_conf.c
src/conf/network_conf.c
src/network/bridge_driver.c
src/util/network.c