chiark / gitweb /
polypath: Close parent's socket in child
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 1 Oct 2014 17:20:44 +0000 (18:20 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 2 Oct 2014 15:41:56 +0000 (16:41 +0100)
commit02f4a4c7f8c77df8e49cf63b9371545cb5124fd4
tree92a452fb8b00fae1188b55b7e5d0dd4750526bbb
parent285d2665768a550b957c5fad606784bb6345ffe0
polypath: Close parent's socket in child

Previously this would happen automatically due to CLOEXEC, but we are
going to have a long-running child, which needs to not have a copy of
this fd.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
polypath.c