smartcardlogon: make error retrieving atr non-fatal (#8087)
Co-authored-by: fifthdegree <fifthdegree@protonmail.com>
This commit is contained in:
parent
8fb49e1f31
commit
decc55c30d
@ -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 ===============*/
|
||||
|
Loading…
Reference in New Issue
Block a user