fido2: fix fido assert loading file

This commit is contained in:
Philippe Teuwen 2019-09-02 22:51:28 +02:00
parent 002580b6d4
commit f7f80a9b9f

View file

@ -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;