mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-18 02:10:09 +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);
|
SetAPDULogging(APDULogging);
|
||||||
|
|
||||||
int res = GetExistsFileNameJson("fido", "fido2", fname);
|
int res = GetExistsFileNameJson("fido", cjsonname, fname);
|
||||||
if (res) {
|
if (res) {
|
||||||
PrintAndLogEx(ERR, "ERROR: Can't found the json file.");
|
PrintAndLogEx(ERR, "ERROR: Can't found the json file.");
|
||||||
return res;
|
return res;
|
||||||
|
|
Loading…
Add table
Reference in a new issue