advapi32: Return success from LsaAddAccountRights.
This commit is contained in:
parent
609de1a80a
commit
67e1cf839a
|
@ -118,7 +118,7 @@ NTSTATUS WINAPI LsaAddAccountRights(
|
||||||
ULONG count)
|
ULONG count)
|
||||||
{
|
{
|
||||||
FIXME("(%p,%p,%p,0x%08x) stub\n", policy, sid, rights, count);
|
FIXME("(%p,%p,%p,0x%08x) stub\n", policy, sid, rights, count);
|
||||||
return STATUS_OBJECT_NAME_NOT_FOUND;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
Loading…
Reference in New Issue