Fixed CompleteAuthToken return check.
This commit is contained in:
parent
2fe5ecfc1b
commit
cb01e540ba
@ -244,6 +244,7 @@ BOOL ntlm_authenticate(rdpNtlm* ntlm)
|
||||
{
|
||||
WLog_WARN(TAG, "CompleteAuthToken status %s [%08X]",
|
||||
GetSecurityStatusString(cStatus), cStatus);
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user