Commit e6b0dc2a authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

Return a real error in LsaLookupSids.

parent e2127e0f
......@@ -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;
}
/******************************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment