Re: [libvirt] [PATCH python] Avoid comparing boolean and integers

2017-08-10 Thread Daniel P. Berrange
On Wed, Aug 09, 2017 at 02:17:10PM -0500, Eric Blake wrote: > On 08/09/2017 11:07 AM, Daniel P. Berrange wrote: > > Signed-off-by: Daniel P. Berrange > > --- > > libvirt-utils.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Did you get a compiler that

Re: [libvirt] [PATCH python] Avoid comparing boolean and integers

2017-08-09 Thread Eric Blake
On 08/09/2017 11:07 AM, Daniel P. Berrange wrote: > Signed-off-by: Daniel P. Berrange > --- > libvirt-utils.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Did you get a compiler that complained? > > diff --git a/libvirt-utils.c b/libvirt-utils.c > index

[libvirt] [PATCH python] Avoid comparing boolean and integers

2017-08-09 Thread Daniel P. Berrange
Signed-off-by: Daniel P. Berrange --- libvirt-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt-utils.c b/libvirt-utils.c index 727397d..0af13dc 100644 --- a/libvirt-utils.c +++ b/libvirt-utils.c @@ -108,7 +108,7 @@ virReallocN(void *ptrptr,