diff --git a/dap_udp_server.c b/dap_udp_server.c
index a4ae194a04bf7ae7b9327a9f5a2c61c789497288..56d77615706b5d5fd7f81532e9c5e7d43a71b2e3 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);