mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
cppcheck multicondition
This commit is contained in:
parent
78ae375d55
commit
dac2c7664c
1 changed files with 1 additions and 1 deletions
|
@ -1173,7 +1173,7 @@ int CmdEM4x05Dump(const char *Cmd) {
|
|||
} else if (status == PM3_EFAILED) {
|
||||
PrintAndLogEx(WARNING, "password ( " _RED_("fail") ") , will try without password");
|
||||
usePwd = false;
|
||||
} else if (status != PM3_EFAILED) {
|
||||
} else {
|
||||
PrintAndLogEx(WARNING, "Login attempt: no answer from tag");
|
||||
return status;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue