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