[libvirt] [PATCH] util, qemu: Fix virDoes*Exist usage

Andrea Bolognani abologna at redhat.com
Mon Nov 19 13:43:26 UTC 2018


On Mon, 2018-11-19 at 14:15 +0100, Martin Kletzander wrote:
[...]
> -int
> +bool
>  virDoesUserExist(const char *name ATTRIBUTE_UNUSED)
>  {
>      return 0;

This...

>  }
>  
> -int
> +bool
>  virDoesGroupExist(const char *name ATTRIBUTE_UNUSED)
>  {
>      return 0;

... and this don't look quite right :)

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list