]> git.tuebingen.mpg.de Git - paraslash.git/commit
dccp_send: Fix a fd leak.
authorAndre Noll <maan@systemlinux.org>
Sat, 19 Jan 2008 13:41:15 +0000 (14:41 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 19 Jan 2008 13:41:15 +0000 (14:41 +0100)
commitc568930c77d134f09c7a0aa59cb0622ae35fb7cb
tree4ffb28f9906a6f2243ce1e9b4a6e027e2405a749
parent2101e3b42eaacb7ea98cf549c4553dafdb10126a
dccp_send: Fix a fd leak.

If shutdown(fd, SHUT_RD) fails, we miss to close the fd.
dccp_send.c