secur32: Add missing '\n' in a Wine trace.
This commit is contained in:
parent
5ae1d85be1
commit
8e38ac5911
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue