From: Andre Noll Date: Sun, 2 Sep 2007 14:57:15 +0000 (+0200) Subject: net.c: Fix a fd leak in create_local_socket(). X-Git-Tag: v0.2.17~18 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=9503f937af157874ef1ac598a5b6dfe41326a171;hp=9503f937af157874ef1ac598a5b6dfe41326a171;p=paraslash.git net.c: Fix a fd leak in create_local_socket(). The old code leaked the open socket fd in case of errors. ---