mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-27 03:44:06 +08:00
commit
0fc791f867
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user