Merge pull request #10398 from hedwigz/patch-1

Update smartcard_call.c
This commit is contained in:
akallabeth 2024-07-22 05:49:48 +02:00 committed by GitHub
commit 0fc791f867
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -749,7 +749,7 @@ static LONG smartcard_ReadCacheW_Call(scard_call_context* smartcard, wStream* ou
if ((ret.ReturnCode != SCARD_W_CACHE_ITEM_NOT_FOUND) &&
(ret.ReturnCode != SCARD_W_CACHE_ITEM_STALE))
{
scard_log_status_error(TAG, "SCardReadCacheA", ret.ReturnCode);
scard_log_status_error(TAG, "SCardReadCacheW", ret.ReturnCode);
}
status = smartcard_pack_read_cache_return(out, &ret);