Michal Privoznik 9f33a6dcb4 virsocket: Don't preserve errno in virSocketRecvFD()
When setting O_CLOEXEC flag on received FD fails the FD is closed
using VIR_FORCE_CLOSE(). But the call is wrapped in errno save
which is not necessary because VIR_FORCE_CLOSE() preserves  errno
value.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2021-08-20 15:00:53 +02:00
..
2021-05-24 20:26:20 +02:00
2021-03-02 09:50:19 +01:00
2020-10-06 12:31:34 +02:00
2021-04-13 17:00:38 +02:00
2021-03-02 09:50:19 +01:00
2021-05-24 20:26:20 +02:00
2021-04-13 17:00:38 +02:00
2021-05-24 20:26:20 +02:00
2021-05-13 11:07:13 +01:00
2021-05-13 11:07:13 +01:00
2020-10-06 12:31:34 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2021-04-13 17:00:38 +02:00
2020-12-04 16:24:19 +01:00
2020-12-04 16:24:19 +01:00
2021-08-17 18:27:13 +02:00