Return a real error in LsaLookupSids.

oldstable
Paul Vriens 2005-11-24 19:22:30 +01:00 committed by Alexandre Julliard
parent e2127e0f95
commit e6b0dc2a2f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
/******************************************************************************