mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-21 20:52:45 +08:00
350888
This commit is contained in:
parent
7cb089f11b
commit
72ef378cd1
1 changed files with 1 additions and 0 deletions
|
@ -5205,6 +5205,7 @@ static int CmdHF14ADesChKeySettings(const char *Cmd) {
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
if (res == 2) {
|
if (res == 2) {
|
||||||
PrintAndLogEx(ERR, "Key settings must have 1 byte length");
|
PrintAndLogEx(ERR, "Key settings must have 1 byte length");
|
||||||
|
CLIParserFree(ctx);
|
||||||
return PM3_EINVARG;
|
return PM3_EINVARG;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue