mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
minor bug fix
This commit is contained in:
parent
448a0546b1
commit
ee7ad062f2
1 changed files with 1 additions and 1 deletions
|
@ -1286,7 +1286,7 @@ static int CmdHFiClassDump(const char *Cmd) {
|
||||||
if (credit_key_len > 0) {
|
if (credit_key_len > 0) {
|
||||||
auth = true;
|
auth = true;
|
||||||
have_credit_key = true;
|
have_credit_key = true;
|
||||||
if (key_len != 8) {
|
if (credit_key_len != 8) {
|
||||||
PrintAndLogEx(ERR, "Credit key is incorrect length");
|
PrintAndLogEx(ERR, "Credit key is incorrect length");
|
||||||
CLIParserFree(ctx);
|
CLIParserFree(ctx);
|
||||||
return PM3_EINVARG;
|
return PM3_EINVARG;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue