]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Update cmdmain.c 528/head
authorIceman <iceman@iuse.se>
Sat, 23 Dec 2017 21:14:04 +0000 (22:14 +0100)
committerGitHub <noreply@github.com>
Sat, 23 Dec 2017 21:14:04 +0000 (22:14 +0100)
cherry picking at fix for LF SNOOP,

client/cmdmain.c

index 739d68e1cbc0beb609f0d858dae78a3ad1438b95..ae059ea281de276c3df004bb1f270cca703a4293 100644 (file)
@@ -172,7 +172,7 @@ bool WaitForResponseTimeoutW(uint32_t cmd, UsbCommand* response, size_t ms_timeo
                if (msclock() - start_time > 2000 && show_warning) {
                        PrintAndLog("Waiting for a response from the proxmark...");
                        PrintAndLog("Don't forget to cancel its operation first by pressing on the button");
-                       break;
+                       show_warning = false;
                }
        }
        return false;
Impressum, Datenschutz