Commit 8e38ac59 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

secur32: Add missing '\n' in a Wine trace.

parent 5ae1d85b
......@@ -472,7 +472,7 @@ static SECURITY_STATUS SEC_ENTRY ntlm_InitializeSecurityContextW(
/* If the helper replied with "PW", using cached credentials failed */
if(!strncmp(buffer, "PW", 2))
{
TRACE("Using cached credentials failed. Using empty password.");
TRACE("Using cached credentials failed. Using empty password.\n");
lstrcpynA(buffer, "PW AA==", max_len-1);
}
else /* Just do a noop on the next run */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment