mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 07:37:23 +08:00
fix
This commit is contained in:
parent
81343f0ec1
commit
13b0dc73d5
1 changed files with 1 additions and 1 deletions
|
@ -1579,7 +1579,7 @@ bool DesfireCheckAuthCmd(DesfireISOSelectWay way, uint32_t appID, uint8_t keyNum
|
|||
DesfireContext_t dctx = {0};
|
||||
dctx.keyNum = keyNum;
|
||||
dctx.commMode = DCMPlain;
|
||||
dctx.cmdSet = (checklrp || way != ISW6bAID) ? DCCNativeISO : DCCNative;
|
||||
dctx.cmdSet = DCCNativeISO;
|
||||
|
||||
// if cant select - return false
|
||||
int res = DesfireSelect(&dctx, way, appID, NULL);
|
||||
|
|
Loading…
Reference in a new issue