lib/async_req: let async_connect_send use TEVENT_FD_ERROR instead of TEVENT_FD_READ
commit21a18a5b52ad5dba3ff54c829d852c2a65244d7e
authorStefan Metzmacher <metze@samba.org>
Wed, 11 Jan 2023 19:04:26 +0000 (11 20:04 +0100)
committerRalph Boehme <slow@samba.org>
Tue, 24 Oct 2023 09:36:37 +0000 (24 09:36 +0000)
tree6df48c9ef0792e7d6925716352f47fc8884be6dc
parent66b2563722013f4a15c34a1117c98f562bb2a65c
lib/async_req: let async_connect_send use TEVENT_FD_ERROR instead of TEVENT_FD_READ

This mostly cosmetic, but now that we have TEVENT_FD_ERROR we should use it.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/async_req/async_sock.c