[PATCH 1/9] secur32: Implement InitializeSecurityContext in the SSP/AP wrapper. (v3)

Dmitry Timoshkov dmitry at baikal.ru
Thu Feb 1 03:58:46 CST 2018


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



More information about the wine-devel mailing list