smartcardlogon: make error retrieving atr non-fatal (#8087)

Co-authored-by: fifthdegree <fifthdegree@protonmail.com>
This commit is contained in:
fifthdegree 2022-07-22 03:42:18 -04:00 committed by GitHub
parent 8fb49e1f31
commit decc55c30d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -354,7 +354,6 @@ static BOOL smartcard_hw_enumerateCerts(const rdpSettings* settings, LPCWSTR csp
if (!getAtr(cert->info.reader, cert->info.atr, &cert->info.atrLength))
{
WLog_ERR(TAG, "unable to retrieve card ATR for key %s", cert->info.containerName);
goto endofloop;
}
/* ========= retrieve the certificate ===============*/