Return a real error in LsaLookupSids.
This commit is contained in:
parent
e2127e0f95
commit
e6b0dc2a2f
|
@ -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;
|
||||
}
|
||||
|
||||
/******************************************************************************
|
||||
|
|
Loading…
Reference in New Issue