added missing parameter to why2_accept_thread

This commit is contained in:
Václav Šmejkal 2023-02-21 19:38:15 +01:00
parent 97e2d1d097
commit 54d90c7001
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -41,7 +41,7 @@ int main(void)
printf("Server enabled.\n\n");
pthread_create(&thread, NULL, why2_accept_thread, NULL);
pthread_create(&thread, NULL, why2_accept_thread, &listen);
//TODO: Add getline()