mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
fix coverity 350572
This commit is contained in:
parent
8a598ce33c
commit
be9db18852
1 changed files with 1 additions and 1 deletions
|
@ -5198,7 +5198,7 @@ static int CmdHF14ADesGetAIDs(const char *Cmd) {
|
||||||
|
|
||||||
if (DesfireIsAuthenticated(&dctx)) {
|
if (DesfireIsAuthenticated(&dctx)) {
|
||||||
if (verbose)
|
if (verbose)
|
||||||
PrintAndLogEx(ERR, "Desfire " _GREEN_("authenticated") , res);
|
PrintAndLogEx(ERR, "Desfire " _GREEN_("authenticated"));
|
||||||
} else {
|
} else {
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue