Skip to content
Snippets Groups Projects
Commit b03ada87 authored by Vitaliy Margolen's avatar Vitaliy Margolen Committed by Alexandre Julliard
Browse files

ntdll: Correct trace message stating NtAccessCheck is a stub.

parent 11b54bfe
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment