From c89e57bf7ef43c7b47113d00671a62f253d5ac20 Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Fri, 25 Aug 2017 15:05:56 +0200 Subject: [PATCH] Try to disable clients --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 6ffcbce..4200cf4 100644 --- a/src/main.c +++ b/src/main.c @@ -87,8 +87,8 @@ int main(int argc, char **argv) { //pthread_t tid_client; //pthread_create(&tid_client, NULL, &remove_client_array_thread, NULL); - pthread_t tid_get_client; - pthread_create(&tid_get_client, NULL, &update_clients_thread, NULL); + //pthread_t tid_get_client; + //pthread_create(&tid_get_client, NULL, &update_clients_thread, NULL); pthread_t tid_kick_clients; pthread_create(&tid_kick_clients, NULL, &kick_clients_thread, NULL);