This repository has been archived on 2022-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Nanquitas 337205eb08
sock_util: remove unneeded check
We loop while (server_sockfd == -1) so it's safe to assume that (server_sockfd != -1) once out of the loop.
2018-01-18 22:57:46 +01:00
..
2017-06-05 02:02:04 +02:00
2017-06-05 02:02:04 +02:00
2017-12-18 04:27:11 +01:00
2017-06-05 02:02:04 +02:00
2017-06-14 10:04:09 +02:00
2017-07-09 22:14:00 +02:00
2017-06-05 02:02:04 +02:00
2017-06-05 02:02:04 +02:00
2017-06-05 02:02:04 +02:00
2018-01-18 22:57:46 +01:00