Re: [libvirt] [PATCH v3 07/28] conf: Improve error handling in virDomainChrDefFormat()

2017-11-27 Thread Pavel Hrdina
On Sun, Nov 26, 2017 at 11:25:28PM +0100, Andrea Bolognani wrote: > We don't need to store the return value since we never modify it. > > Signed-off-by: Andrea Bolognani > --- > src/conf/domain_conf.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-)

[libvirt] [PATCH v3 07/28] conf: Improve error handling in virDomainChrDefFormat()

2017-11-26 Thread Andrea Bolognani
We don't need to store the return value since we never modify it. Signed-off-by: Andrea Bolognani --- src/conf/domain_conf.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index c0e239def..cb98631fb