Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IFDHPowerICC: do not log an error for IFD_NO_SUCH_DEVICE
When a reader is removed pcscd will try to cleanly close the driver and will try to power down the card (if needed). WriteUSB() will correctly return STATUS_NO_SUCH_DEVICE. CmdPowerOff() will also return STATUS_NO_SUCH_DEVICE. But IFDHPowerICC() did not correctly handled this returned value.
- Loading branch information