[PATCH 07/12] LookupAccountNameW() - NULL account name handled

Kai Blin kai.blin at gmail.com
Tue Oct 21 00:09:31 CDT 2008


On Tuesday 21 October 2008 01:05:34 Paul Bryan Roberts wrote:

Hi Paul,

I'm glad to see someone tackle this. One minor thing I have with this patch..

> +    ok(sid_use == SidTypeDomain, "Expected SidTypeDomain, got %d\n", SidTypeDomain);

seems like this should be 

ok(sid_use == SidTypeDomain, "Expected SidTypeDomain(%d), got %d\n", SidTypeDomain, sid_use);

This was wrong before already, but perhaps you could fix that while touching that code anyway.

Cheers,
Kai

-- 
Kai Blin
WorldForge developer  http://www.worldforge.org/
Wine developer        http://wiki.winehq.org/KaiBlin
Samba team member     http://www.samba.org/samba/team/
--
Will code for cotton.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20081021/9a9386bc/attachment.pgp 


More information about the wine-devel mailing list