Fixed CompleteAuthToken return check.

This commit is contained in:
Armin Novak 2015-07-09 09:49:12 +02:00
parent 2fe5ecfc1b
commit cb01e540ba

View File

@ -244,6 +244,7 @@ BOOL ntlm_authenticate(rdpNtlm* ntlm)
{
WLog_WARN(TAG, "CompleteAuthToken status %s [%08X]",
GetSecurityStatusString(cStatus), cStatus);
return FALSE;
}
}