Hans Leidekker hans@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.