Commit 67e1cf83 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

advapi32: Return success from LsaAddAccountRights.

parent 609de1a8
......@@ -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;
}
/******************************************************************************
......
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