mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
chg: strange behavior when running checks with hardnested
This commit is contained in:
parent
154c30d0e5
commit
e6f0672015
5 changed files with 6 additions and 4 deletions
|
@ -597,7 +597,8 @@ static int l_hardnested(lua_State *L){
|
|||
|
||||
uint64_t foundkey = 0;
|
||||
int retval = mfnestedhard(blockNo, keyType, key, trgBlockNo, trgKeyType, haveTarget ? trgkey : NULL, nonce_file_read, nonce_file_write, slow, tests, &foundkey);
|
||||
|
||||
DropField();
|
||||
|
||||
//Push the retval on the stack
|
||||
lua_pushinteger(L,retval);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue