Commit b03ada87 authored by Vitaliy Margolen's avatar Vitaliy Margolen Committed by Alexandre Julliard

ntdll: Correct trace message stating NtAccessCheck is a stub.

parent 11b54bfe
......@@ -1479,7 +1479,7 @@ NtAccessCheck(
{
NTSTATUS status;
TRACE("(%p, %p, %08x, %p, %p, %p, %p, %p), stub\n",
TRACE("(%p, %p, %08x, %p, %p, %p, %p, %p)\n",
SecurityDescriptor, ClientToken, DesiredAccess, GenericMapping,
PrivilegeSet, ReturnLength, GrantedAccess, AccessStatus);
......
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