From: Andre Noll Date: Sat, 19 Jan 2008 14:02:34 +0000 (+0100) Subject: dccp_recv.c: Fix a fd leak. X-Git-Tag: v0.3.1~74 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=f03f1a8115c0b4dcb0a705d8a686ccf511648f60;hp=f03f1a8115c0b4dcb0a705d8a686ccf511648f60 dccp_recv.c: Fix a fd leak. If shutdown(fd, SHUT_WR) fails, we miss to close the open fd returned by makesock(). ---