Try to fix auth handler

This commit is contained in:
PolynomialDivision 2017-08-26 11:22:51 +02:00
parent 6e7ca76b1f
commit ee47d9afa7
2 changed files with 7 additions and 5 deletions

View file

@ -90,8 +90,8 @@ int main(int argc, char **argv) {
//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);
//pthread_t tid_kick_clients;
//pthread_create(&tid_kick_clients, NULL, &kick_clients_thread, NULL);
//pthread_create(&tid, NULL, &remove_thread, NULL);