]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: fix empty string check for channel path
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 22 Feb 2017 17:18:51 +0000 (17:18 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 23 Feb 2017 10:11:16 +0000 (10:11 +0000)
commitdd08d9ffe8f823f8d288bb804990f747e9d14384
treeeb28a541f7dc43afa3fecfefb56da6e77ddacb11
parent09db97d3cbf334ea28969f08bac8a2fe4aafda16
libxl: fix empty string check for channel path

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 <berrange@redhat.com>
src/libxl/libxl_domain.c