diff options
| -rw-r--r-- | btpd/addrinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/btpd/addrinfo.c b/btpd/addrinfo.c index bea2d31..2cec707 100644 --- a/btpd/addrinfo.c +++ b/btpd/addrinfo.c @@ -76,6 +76,7 @@ addrinfo_td(void *arg) td_post(addrinfo_td_cb, ctx); td_post_end(); } + pthread_exit(NULL); } static void |