Liu Song’s Projects


~/Projects/proxmark3

git clone https://code.lsong.org/proxmark3

Commit

Commit
b9efd8ce48dd4b20c2503796986460fd879ca29a
Author
spandox2 <31641448+[email protected]>
Date
2023-09-11 13:24:54 -0400 -0400
Diffstat
 client/src/cmdhfmf.c | 4 ++--

Update cmdhfmf.c

text change

Signed-off-by: spandox2 <31641448+[email protected]>


diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c
index d8683707e7cce7cfeb8be3a557a46b5a579dee91..d9153fc61c583d4b3db0693d55b6413ac19d426c 100644
--- a/client/src/cmdhfmf.c
+++ b/client/src/cmdhfmf.c
@@ -2508,9 +2508,9 @@     }
 
     uint64_t select_status = resp.oldarg[0];
     if (select_status == 0) {
-//-----------------------------------------------------------------------------
+        PrintAndLogEx(DEBUG, "iso14443a card select failed");
 //
-    const ecdsa_publickey_t nxp_mfc_public_keys[] = {
+            SectorsCnt = MinSectorsCnt;
         return PM3_ECARDEXCHANGE;
     }