added missing parameter to why2_accept_thread
This commit is contained in:
parent
97e2d1d097
commit
54d90c7001
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user