]> git.tuebingen.mpg.de Git - paraslash.git/commit
Fix an fd leak in udp_send.c.
authorAndre Noll <maan@systemlinux.org>
Sat, 10 Jan 2009 15:52:54 +0000 (16:52 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 10 Jan 2009 15:52:54 +0000 (16:52 +0100)
commit8cf6f0ecf5a3ed9c51ad72bc1c0b02a5b20e5345
tree5811ecc446548055413d1dcc72de760def02a02e
parent0463f2b6ca562e53c9d8bb8ae29d2efd29b55572
Fix an fd leak in udp_send.c.

In case mark_fd_nonblocking() fails, the old code leaks an open fd.
udp_send.c