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