Delete comments

This commit is contained in:
PolynomialDivision 2017-09-18 18:38:06 +02:00
parent f0f5534c82
commit 9280a2db85
3 changed files with 5 additions and 16 deletions

View file

@ -212,7 +212,7 @@ int main(int argc, char **argv) {
pthread_create(&tid_probe, NULL, &remove_array_thread, NULL);
pthread_create(&tid_client, NULL, &remove_client_array_thread, NULL);
pthread_create(&tid_get_client, NULL, &update_clients_thread, NULL);
pthread_create(&tid_kick_clients, NULL, &kick_clients_thread, NULL);
//pthread_create(&tid_kick_clients, NULL, &kick_clients_thread, NULL);
pthread_create(&tid_ap, NULL, &remove_ap_array_thread, NULL);
//pthread_create(&tid, NULL, &remove_thread, NULL);