[PATCH] secur32: Print contents of LSA_STRING in traces.

Thomas Faber thomas.faber at reactos.org
Fri Feb 2 07:14:27 CST 2018


On 2018-02-02 11:22, Dmitry Timoshkov wrote:
> @@ -136,7 +142,7 @@ NTSTATUS WINAPI LsaLogonUser(HANDLE LsaHandle, PLSA_STRING OriginName,
>           PHANDLE Token, PQUOTA_LIMITS Quotas, PNTSTATUS SubStatus)
>   {
>       FIXME("%p %p %d %d %p %d %p %p %p %p %p %p %p %p stub\n", LsaHandle,
> -            OriginName, LogonType, AuthenticationPackage,
> +            debugstr_as(OriginName), LogonType, AuthenticationPackage,

Looks like you missed the %p -> %s change here.


Best,
Thomas



More information about the wine-devel mailing list