diff --git a/client/src/cmdlfem4x05.c b/client/src/cmdlfem4x05.c index 539c2bf48..709322e3a 100644 --- a/client/src/cmdlfem4x05.c +++ b/client/src/cmdlfem4x05.c @@ -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; }