ChangeSet ID: 21433 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/24 12:45:25
Modified files: dlls/advapi32 : lsa.c
Log message: Paul Vriens Paul.Vriens@xs4all.nl Return a real error in LsaLookupSids.
Patch: http://cvs.winehq.org/patch.py?id=21433
Old revision New revision Changes Path 1.2 1.3 +1 -1 wine/dlls/advapi32/lsa.c
Index: wine/dlls/advapi32/lsa.c diff -u -p wine/dlls/advapi32/lsa.c:1.2 wine/dlls/advapi32/lsa.c:1.3 --- wine/dlls/advapi32/lsa.c:1.2 24 Nov 2005 18:45:25 -0000 +++ wine/dlls/advapi32/lsa.c 24 Nov 2005 18:45:25 -0000 @@ -206,7 +206,7 @@ NTSTATUS WINAPI LsaLookupSids( FIXME("(%p,%lu,%p,%p,%p) stub\n", PolicyHandle, Count, Sids, ReferencedDomains, Names);
- return FALSE; + return STATUS_NONE_MAPPED; }
/******************************************************************************