Do not reset scard context cancel
This commit is contained in:
parent
f1e4cc7ee5
commit
9bd519d892
@ -462,7 +462,6 @@ LONG WINAPI Emulate_SCardIsValidContext(SmartcardEmulationContext* smartcard, SC
|
||||
{
|
||||
SCardContext* value = HashTable_GetItemValue(smartcard->contexts, (const void*)hContext);
|
||||
WINPR_ASSERT(value); /* Must be valid after Emulate_SCardIsValidContext */
|
||||
value->canceled = FALSE;
|
||||
}
|
||||
|
||||
WLog_Print(smartcard->log, smartcard->log_default_level,
|
||||
|
Loading…
Reference in New Issue
Block a user