mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
3e705adcab
Non-blockging connect() either returns immediate success, or -1 with errno EINPROGESS as indication that the connection is pending. All other errnos indicate immediate failure. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>