X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0325c12f3509cc02e9b31a87599357361f68a2e8..137f207a8d18365eac183588910c5abdc693f76b:/client/proxmark3.c diff --git a/client/proxmark3.c b/client/proxmark3.c index 3a654e7a..14674016 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -104,7 +104,6 @@ static void *uart_receiver(void *targ) { txcmd_pending = false; } } - pthread_exit(NULL); return NULL; }