This commit is contained in:
Philippe Teuwen 2019-05-09 20:20:54 +02:00
commit 39c7941930
17 changed files with 20 additions and 20 deletions

View file

@ -119,7 +119,7 @@ static int CmdHFEPAPACEReplay(const char *Cmd) {
if (packet_length > sizeof(data)) {
packet_length = sizeof(data);
}
if ((i == sizeof(apdu_lengths)-1) && (j * sizeof(data) >= apdu_lengths[i] - 1)) {
if ((i == sizeof(apdu_lengths) - 1) && (j * sizeof(data) >= apdu_lengths[i] - 1)) {
// Disable fast mode on last packet
conn.block_after_ACK = false;
}