From: Ian Jackson Date: Wed, 1 Oct 2014 17:20:44 +0000 (+0100) Subject: polypath: Close parent's socket in child X-Git-Tag: base.ipv6-polypath-fixes-2.v1~32 X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/commitdiff_plain/94a1d5fce6a68fce8216d4b45ef6148d353c2c3a?hp=94a1d5fce6a68fce8216d4b45ef6148d353c2c3a 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 ---