Re: [libvirt] [PATCHv2] conf: rework code around 'append' attribute to make coverity happy

2016-01-05 Thread John Ferlan
On 12/29/2015 11:55 AM, Dmitry Mishin wrote: > Additionally fixed condition to use proper type define, thanks to John Ferlan > > Signed-off-by: Dmitry Mishin > --- > src/conf/domain_conf.c | 17 + > 1 file changed, 9 insertions(+), 8 deletions(-) > Split

[libvirt] [PATCHv2] conf: rework code around 'append' attribute to make coverity happy

2015-12-29 Thread Dmitry Mishin
Additionally fixed condition to use proper type define, thanks to John Ferlan Signed-off-by: Dmitry Mishin --- src/conf/domain_conf.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index