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(a)redhat.com>
---
src/rpc/virnetsocket.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>