why2_accept_thread param typo fix
This commit is contained in:
parent
54d90c7001
commit
4b85ba17dd
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user