Try to disable clients

This commit is contained in:
PolynomialDivision 2017-08-25 15:05:56 +02:00
parent a68df58937
commit c89e57bf7e

View file

@ -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);