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)
commitb6131942246f587188208dd9df6f5332839101d2
tree36ae39931457c04e86704e4579baaa175cec2336
parent7b5541d7399501f0d6f35cc754bfbdc899df7a81
Apply FD_CLOEXEC on listening socket

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.
configure.ac
src/yaz-pdu-assoc.cpp