mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-01 05:07:03 +08:00
Do not deselect at end of auth
This commit is contained in:
parent
8983324c21
commit
c4831ccd9b
1 changed files with 2 additions and 2 deletions
|
@ -436,7 +436,7 @@ void MifareDES_Auth1(uint8_t arg0, uint8_t arg1, uint8_t arg2, uint8_t *datain)
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
OnSuccess();
|
//OnSuccess();
|
||||||
if (arg1 == 2)
|
if (arg1 == 2)
|
||||||
reply_old(CMD_ACK, 1, 0, 0, skey->data, 16);
|
reply_old(CMD_ACK, 1, 0, 0, skey->data, 16);
|
||||||
else if (arg1 == 1)
|
else if (arg1 == 1)
|
||||||
|
@ -550,7 +550,7 @@ void MifareDES_Auth1(uint8_t arg0, uint8_t arg1, uint8_t arg2, uint8_t *datain)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
OnSuccess();
|
//OnSuccess();
|
||||||
reply_mix(CMD_ACK, 1, len, 0, resp, len);
|
reply_mix(CMD_ACK, 1, len, 0, resp, len);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue