Re: [libvirt] [PATCH 2/4] libxl: fix empty string check for channel path

2017-02-22 Thread Laine Stump
On 02/22/2017 12:52 PM, Daniel P. Berrange wrote: The libxl code was checking that a 'char *' was != '\0', instead of checking the first element in the string Signed-off-by: Daniel P. Berrange --- src/libxl/libxl_domain.c | 2 +- 1 file changed, 1 insertion(+), 1

[libvirt] [PATCH 2/4] libxl: fix empty string check for channel path

2017-02-22 Thread Daniel P. Berrange
The libxl code was checking that a 'char *' was != '\0', instead of checking the first element in the string Signed-off-by: Daniel P. Berrange --- src/libxl/libxl_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libxl/libxl_domain.c