Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
socket: fix addrinfo() with omitted service argument
Actually pass NULL to getaddrinfo() when the service argument is omitted, instead of incorrectly translating it to a string containing "null". Signed-off-by: Jo-Philipp Wich <[email protected]>
- Loading branch information