[libvirt] [PATCH] Fix getpwuid_r() usage

John Levon levon at movementarian.org
Fri Jan 30 02:57:28 UTC 2009


On Thu, Jan 29, 2009 at 06:06:10PM -0800, john.levon at sun.com wrote:

> +    if (getpwuid_r(uid, &pwbuf, strbuf, strbuflen, &pw) != 0 || pw == NULL)

I didn't qrefresh, but the version I tested does indeed compile (missing
brace here) :)

regards
john




More information about the libvir-list mailing list