X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/3c528f5fda84614c430d195624b3e8e18f954a5a..beb2ce1f2dd06501d2bc914d8b19a3ea65c02e8f:/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; }