removed server crash bug todo

This commit is contained in:
Václav Šmejkal 2023-04-05 10:20:38 +02:00
parent aeed3cc5ee
commit 2991b1f2c3
Signed by: ENGO150
GPG Key ID: F6D6DF86242C5A59

View File

@ -461,5 +461,3 @@ void *why2_listen_server(void *socket)
why2_deallocate(read); why2_deallocate(read);
} }
} }
//BUG: SERVER SOMETIMES CRASHES - I HAVE NO FUCKING IDEA WHY