[PATCH] secur32: Trace flags in hex in InitializeSecurityContextW()

Nikolay Sivov nsivov at codeweavers.com
Sat Dec 10 14:21:20 CST 2016


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---

InitializeSecurityContextA already does that

 dlls/secur32/wrapper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/secur32/wrapper.c b/dlls/secur32/wrapper.c
index dabd90f..06a3674 100644
--- a/dlls/secur32/wrapper.c
+++ b/dlls/secur32/wrapper.c
@@ -315,7 +315,7 @@ SECURITY_STATUS WINAPI InitializeSecurityContextW(
     PCredHandle cred = NULL;
     PCredHandle ctxt = NULL;
 
-    TRACE("%p %p %s %d %d %d %p %d %p %p %p %p\n", phCredential, phContext,
+    TRACE("%p %p %s 0x%08x %d %d %p %d %p %p %p %p\n", phCredential, phContext,
      debugstr_w(pszTargetName), fContextReq, Reserved1, TargetDataRep, pInput,
      Reserved1, phNewContext, pOutput, pfContextAttr, ptsExpiry);
 
-- 
2.10.2




More information about the wine-patches mailing list