secur32: Trace flags in hex in InitializeSecurityContextW().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
537768b675
commit
754013a84a
|
@ -315,7 +315,7 @@ SECURITY_STATUS WINAPI InitializeSecurityContextW(
|
||||||
PCredHandle cred = NULL;
|
PCredHandle cred = NULL;
|
||||||
PCredHandle ctxt = 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,
|
debugstr_w(pszTargetName), fContextReq, Reserved1, TargetDataRep, pInput,
|
||||||
Reserved1, phNewContext, pOutput, pfContextAttr, ptsExpiry);
|
Reserved1, phNewContext, pOutput, pfContextAttr, ptsExpiry);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue