mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Merge pull request #11844 from akallabeth/fix
[winpr,sspi] log mechanisms not valid
This commit is contained in:
@@ -717,7 +717,10 @@ static SECURITY_STATUS SEC_ENTRY negotiate_InitializeSecurityContextW(
|
||||
WINPR_ASSERT(pkg->table_w);
|
||||
|
||||
if (!cred->valid)
|
||||
{
|
||||
WLog_DBG(TAG, "Unavailable mechanism: %s", negotiate_mech_name(cred->mech->oid));
|
||||
continue;
|
||||
}
|
||||
|
||||
/* Send an optimistic token for the first valid mechanism */
|
||||
if (!init_context.mech)
|
||||
|
||||
Reference in New Issue
Block a user