mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-29 08:27:44 +08:00
fido2: fix fido assert loading file
This commit is contained in:
parent
002580b6d4
commit
f7f80a9b9f
1 changed files with 1 additions and 1 deletions
|
@ -801,7 +801,7 @@ static int CmdHFFido2GetAssertion(const char *cmd) {
|
|||
|
||||
SetAPDULogging(APDULogging);
|
||||
|
||||
int res = GetExistsFileNameJson("fido", "fido2", fname);
|
||||
int res = GetExistsFileNameJson("fido", cjsonname, fname);
|
||||
if (res) {
|
||||
PrintAndLogEx(ERR, "ERROR: Can't found the json file.");
|
||||
return res;
|
||||
|
|
Loading…
Add table
Reference in a new issue