added missing return to why2_accept_thread
This commit is contained in:
parent
2d095daef2
commit
9630da569f
@ -423,6 +423,8 @@ void *why2_accept_thread(void *socket)
|
|||||||
|
|
||||||
pthread_create(&thread, NULL, why2_communicate_thread, &accepted);
|
pthread_create(&thread, NULL, why2_communicate_thread, &accepted);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void why2_clean_threads(void)
|
void why2_clean_threads(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user