chg: send ref instead

This commit is contained in:
iceman1001 2019-10-17 09:27:55 +02:00
commit 5c0dfdbf6b
3 changed files with 26 additions and 26 deletions

View file

@ -2920,7 +2920,7 @@ void readerAttack(nonces_t data, bool setEmulatorMem, bool verbose) {
if (k_sector == NULL)
emptySectorTable();
success = mfkey32_moebius(data, &key);
success = mfkey32_moebius(&data, &key);
if (success) {
uint8_t sector = data.sector;
uint8_t keytype = data.keytype;