[libvirt] [PATCH] Fix usage of virFileMakePath, it doesn't set errno but returns it

2011-07-05 Thread Matthias Bolte
Also be explicity about the != 0 check in the few places that weren't. --- src/conf/domain_conf.c |6 +++--- src/conf/network_conf.c |2 +- src/conf/nwfilter_conf.c |4 ++-- src/conf/storage_conf.c |2 +- src/libxl/libxl_driver.c | 20 ++--

Re: [libvirt] [PATCH] Fix usage of virFileMakePath, it doesn't set errno but returns it

2011-07-05 Thread Eric Blake
On 07/05/2011 08:00 AM, Matthias Bolte wrote: Also be explicity about the != 0 check in the few places that weren't. s/explicity/explicit/ --- src/conf/domain_conf.c |6 +++--- src/conf/network_conf.c |2 +- src/conf/nwfilter_conf.c |4 ++--

Re: [libvirt] [PATCH] Fix usage of virFileMakePath, it doesn't set errno but returns it

2011-07-05 Thread Matthias Bolte
2011/7/5 Eric Blake ebl...@redhat.com: On 07/05/2011 08:00 AM, Matthias Bolte wrote: Also be explicity about the != 0 check in the few places that weren't. s/explicity/explicit/ ---  src/conf/domain_conf.c       |    6 +++---  src/conf/network_conf.c      |    2 +-