diff --git a/src/chat/misc.c b/src/chat/misc.c index 8830977..2550ef6 100644 --- a/src/chat/misc.c +++ b/src/chat/misc.c @@ -423,6 +423,8 @@ void *why2_accept_thread(void *socket) pthread_create(&thread, NULL, why2_communicate_thread, &accepted); } + + return NULL; } void why2_clean_threads(void)