On Mon, Apr 23, 2018 at 19:59:55 -0400, John Ferlan wrote:
Although legal, a few paths were not checking a return value < 0
for failure instead they checked a non zero failure.
Clean them all up to be consistent.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/conf/domain_conf.c | 2 +-
src/conf/network_conf.c | 2 +-
src/conf/secret_conf.c | 2 +-
src/openvz/openvz_conf.c | 2 +-
src/xenconfig/xen_common.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
ACK