From 708015d0b84e2460d8527ef99b4d5d10fe2a19a0 Mon Sep 17 00:00:00 2001 From: Aleksandr Lysikov <lysikov@inbox.ru> Date: Tue, 22 Jan 2019 13:36:18 +0500 Subject: [PATCH] comment out line with error --- dap_udp_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dap_udp_server.c b/dap_udp_server.c index a4ae194..56d7761 100644 --- a/dap_udp_server.c +++ b/dap_udp_server.c @@ -253,7 +253,7 @@ static void read_cb(struct ev_loop* loop, struct ev_io* watcher, int revents) * @param sh Server instance */ void dap_udp_server_loop(dap_server_t * sh){ - sh->proc_thread.tid = pthread_self(); +// sh->proc_thread.tid = pthread_self(); pthread_t thread; pthread_create(&thread, NULL, dap_udp_client_loop, sh); -- GitLab