]> git.tuebingen.mpg.de Git - paraslash.git/commit
net.c: Fix a fd leak in create_local_socket().
authorAndre Noll <maan@systemlinux.org>
Sun, 2 Sep 2007 14:57:15 +0000 (16:57 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 2 Sep 2007 14:57:15 +0000 (16:57 +0200)
commit9503f937af157874ef1ac598a5b6dfe41326a171
tree7c9c4d23ca3f46eb3fcdead5da25e712f9d25f41
parent007d547044e1d93ca56fd8a61506578e26ccdcb0
net.c: Fix a fd leak in create_local_socket().

The old code leaked the open socket fd in case of errors.
net.c