mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Update cmdhfmf.c
Signed-off-by: Oleg Moiseenko <807634+merlokk@users.noreply.github.com>
This commit is contained in:
parent
86085dc386
commit
73f5270fa2
1 changed files with 1 additions and 1 deletions
|
@ -8268,7 +8268,7 @@ static int CmdHF14AGen4ChangePwd(const char *Cmd) {
|
||||||
|
|
||||||
int res = mfG4ChangePassword(pwd, new_pwd, verbose);
|
int res = mfG4ChangePassword(pwd, new_pwd, verbose);
|
||||||
if (res != PM3_SUCCESS) {
|
if (res != PM3_SUCCESS) {
|
||||||
PrintAndLogEx(ERROR, "Change password error");
|
PrintAndLogEx(ERR, "Change password error");
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue