ntdll: Correct trace message stating NtAccessCheck is a stub.

This commit is contained in:
Vitaliy Margolen 2007-01-21 13:37:05 -07:00 committed by Alexandre Julliard
parent 11b54bfe87
commit b03ada871a
1 changed files with 1 additions and 1 deletions

View File

@ -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);