]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhfepa.c
FIX: Coverity, unchecked return value, CID #121292,..
[proxmark3-svn] / client / cmdhfepa.c
index ed903cf64ce6dbc26d7e3017164db1f2d402cdc3..68176bf664996217ead1413ae57940f99d0709e5 100644 (file)
@@ -197,9 +197,10 @@ int CmdHelp(const char *Cmd)
 int CmdHFEPA(const char *Cmd)
 {
        // flush
-       WaitForResponseTimeout(CMD_ACK,NULL,100);
+       clearCommandBuffer();
+       //WaitForResponseTimeout(CMD_ACK,NULL,100);
 
        // parse
-  CmdsParse(CommandTable, Cmd);
-  return 0;
+       CmdsParse(CommandTable, Cmd);
+       return 0;
 }
Impressum, Datenschutz