
28 Jan
2020
28 Jan
'20
4:49 p.m.
On Tue, Jan 28, 2020 at 01:11:06PM +0000, Daniel P. Berrangé wrote:
The F_DUPFD_CLOEXEC functionality is not available on some platformms. We must thus explicitly call the virSetCloexec function once we remove GNULIB's equiv fix for this.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- src/rpc/virnetsocket.c | 12 ++++++++++++ 1 file changed, 12 insertions(+)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>