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, 9 Oct 2014 18:29:59 +0000 (19:29 +0100)
commit8ce9c47086d657cf5488f81c6e34dad30082d5ab
tree461f8f4213f93c2759f5c3c1993b5c37d13a7153
parentf7af7100e7915d7a82b84fcd32891e271bd359e2
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