advapi32: Return success from LsaAddAccountRights.

This commit is contained in:
Hans Leidekker 2014-11-04 10:58:32 +01:00 committed by Alexandre Julliard
parent 609de1a80a
commit 67e1cf839a

View file

@ -118,7 +118,7 @@ NTSTATUS WINAPI LsaAddAccountRights(
ULONG count)
{
FIXME("(%p,%p,%p,0x%08x) stub\n", policy, sid, rights, count);
return STATUS_OBJECT_NAME_NOT_FOUND;
return STATUS_SUCCESS;
}
/******************************************************************************