]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhfmfdesfire.c
FIX: Coverity, unchecked return value, CID #121292,..
[proxmark3-svn] / client / cmdhfmfdesfire.c
index f2c53dbf2eb6b8ae7b45de8d4da263d9cf8b31bc..576792d0297fb10814dd36b9191223f24dc503d5 100644 (file)
@@ -239,7 +239,8 @@ static command_t CommandTable[] =
 
 int CmdHFMFDesfire(const char *Cmd){
     // flush
-    WaitForResponseTimeout(CMD_ACK,NULL,100);
+       clearCommandBuffer();
+    //WaitForResponseTimeout(CMD_ACK,NULL,100);
     CmdsParse(CommandTable, Cmd);
     return 0;
 }
Impressum, Datenschutz