]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf14a.c
FIX: Coverity, unchecked return value, CID #121292,..
[proxmark3-svn] / client / cmdhf14a.c
index d195267243907fa70e83c68750190fdf6b161617..6d94d33b4fc714b4e7a540b4fcab2dbdd0941d6b 100644 (file)
@@ -790,7 +790,8 @@ static command_t CommandTable[] =
 
 int CmdHF14A(const char *Cmd) {
        // flush
-       WaitForResponseTimeout(CMD_ACK,NULL,100);
+       clearCommandBuffer();
+       //WaitForResponseTimeout(CMD_ACK,NULL,100);
 
        // parse
        CmdsParse(CommandTable, Cmd);
Impressum, Datenschutz