mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
remove unused arg from MifareAcquireNonces
This commit is contained in:
parent
d2a4ade2af
commit
1e345b1356
3 changed files with 3 additions and 3 deletions
|
@ -1024,7 +1024,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
MifareAcquireEncryptedNonces(packet->oldarg[0], packet->oldarg[1], packet->oldarg[2], packet->data.asBytes);
|
||||
break;
|
||||
case CMD_MIFARE_ACQUIRE_NONCES:
|
||||
MifareAcquireNonces(packet->oldarg[0], packet->oldarg[1], packet->oldarg[2], packet->data.asBytes);
|
||||
MifareAcquireNonces(packet->oldarg[0], packet->oldarg[2]);
|
||||
break;
|
||||
case CMD_MIFARE_NESTED:
|
||||
MifareNested(packet->oldarg[0], packet->oldarg[1], packet->oldarg[2], packet->data.asBytes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue