Vitaliy Margolen : ntdll: Correct trace message stating NtAccessCheck is a stub.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jan 22 07:05:34 CST 2007


Module: wine
Branch: master
Commit: b03ada871a5fd870f7b581cadd265d45ed8c3a5d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b03ada871a5fd870f7b581cadd265d45ed8c3a5d

Author: Vitaliy Margolen <wine-patches at kievinfo.com>
Date:   Sun Jan 21 13:37:05 2007 -0700

ntdll: Correct trace message stating NtAccessCheck is a stub.

---

 dlls/ntdll/sec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/sec.c b/dlls/ntdll/sec.c
index 92b6b78..b4e5773 100644
--- a/dlls/ntdll/sec.c
+++ b/dlls/ntdll/sec.c
@@ -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);
 




More information about the wine-cvs mailing list