fix coverity 286660 logically dead code

This commit is contained in:
Philippe Teuwen 2020-05-14 17:59:46 +02:00
commit 4e2d1e66ab

View file

@ -3988,9 +3988,6 @@ static int CmdHF14aDesChk(const char *Cmd) {
if (endFilePosition) if (endFilePosition)
PrintAndLogEx(SUCCESS, "First part of k3kdes dictionary successfully loaded."); PrintAndLogEx(SUCCESS, "First part of k3kdes dictionary successfully loaded.");
endFilePosition = 0; endFilePosition = 0;
if (endFilePosition)
PrintAndLogEx(SUCCESS, "First part of dictionary successfully loaded.");
} }
if (aeskeyListLen == 0) { if (aeskeyListLen == 0) {