why2_accept_thread param typo fix

This commit is contained in:
Václav Šmejkal 2023-02-21 19:48:07 +01:00
parent 54d90c7001
commit 4b85ba17dd
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, &listen);
pthread_create(&thread, NULL, why2_accept_thread, &listen_socket);
//TODO: Add getline()