From f7f80a9b9fe8c60182077e445d7bfb1c112b678e Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 2 Sep 2019 22:51:28 +0200 Subject: [PATCH] fido2: fix fido assert loading file --- client/cmdhffido.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhffido.c b/client/cmdhffido.c index a7ce63c98..fbc91e814 100644 --- a/client/cmdhffido.c +++ b/client/cmdhffido.c @@ -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;