1 Feb
2018
1 Feb
'18
3:58 a.m.
Hans Leidekker <hans(a)codeweavers.com> wrote:
+ if (context) + { + lsa_package = (struct lsa_package *)credential->dwUpper; + lsa_context = (LSA_SEC_HANDLE)context->dwLower; + } + else if (credential) + { + lsa_package = (struct lsa_package *)context->dwUpper; + lsa_credential = (LSA_SEC_HANDLE)credential->dwLower; + }
It's still mixed up.
Urgh. Thanks for catching this once again. -- Dmitry.