From 5e1cfa56c0cb22d50d02b4dd9d80d7aa368f3cbf Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Sun, 8 Aug 2021 20:34:36 +0800 Subject: [PATCH] bugfix: hf mfu dump not working --- client/src/cmdhfmfu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmfu.c b/client/src/cmdhfmfu.c index 2ed3ce86b..d12078b63 100644 --- a/client/src/cmdhfmfu.c +++ b/client/src/cmdhfmfu.c @@ -2148,7 +2148,7 @@ static int CmdHF14AMfUDump(const char *Cmd) { ul_print_type(tagtype, 0); PrintAndLogEx(SUCCESS, "Reading tag memory..."); uint8_t keytype = 0; - if (has_auth_key) { + if (has_auth_key || has_pwd) { if (tagtype & UL_C) keytype = 1; //UL_C auth else