Apply FD_CLOEXEC on listening socket
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 17 Mar 2010 14:00:29 +0000 (15:00 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 17 Mar 2010 14:00:29 +0000 (15:00 +0100)
Use fcntl on listening socket to ensure it gets closed in case any
server ever execs. There is no need for a child to listen and keep
the port occupied.


No differences found