Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow access if getsockname() or getifaddrs() fails
For some address families, non AF_INET* sockets, the syscall getsockname() may fail, tihs is OK. We only care to block access from internets, so we now allow such connections. Signed-off-by: Joachim Wiberg <[email protected]>
- Loading branch information