]> git.tuebingen.mpg.de Git - paraslash.git/commit
dccp_recv.c: Fix a fd leak.
authorAndre Noll <maan@systemlinux.org>
Sat, 19 Jan 2008 14:02:34 +0000 (15:02 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 19 Jan 2008 14:02:34 +0000 (15:02 +0100)
commitf03f1a8115c0b4dcb0a705d8a686ccf511648f60
tree8f637fd5810a03693248fc6a9d7ce1dd7dcb3f9d
parent918328b30169a598982b818dcb3e9620c1dfedce
dccp_recv.c: Fix a fd leak.

If shutdown(fd, SHUT_WR) fails, we miss to close the
open fd returned by makesock().
dccp_recv.c