Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
connectd: don't leak fds if we have both IPv4 and IPv6.
We accept that we will fail to listen if we bind both IPv6 and IPv4 to the same socket on a dual-stack machine (e.g. normal Linux), but we weren't closing the fd. Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information