
19 Nov
2018
19 Nov
'18
8:31 a.m.
On Monday, 19 November 2018 14:15:54 CET Martin Kletzander wrote:
-int +bool virDoesUserExist(const char *name ATTRIBUTE_UNUSED) { return 0; }
-int +bool virDoesGroupExist(const char *name ATTRIBUTE_UNUSED) { return 0;
These !HAVE_GETPWUID_R fallbacks should return false then, instead of 0. -- Pino Toscano