CONNECT_TRANSPORT_FAILED in transport_check_fds
authorArmin Novak <armin.novak@thincast.com>
Wed, 8 Jan 2020 16:40:39 +0000 (17:40 +0100)
committerArmin Novak <armin.novak@thincast.com>
Wed, 8 Jan 2020 16:42:08 +0000 (17:42 +0100)
commit2391a1528bd40419da17bb1a3b2b188744c3c527
tree6fd3257bfc1539d116a26121585df8edb8bc63ad
parent7d252cdc8eed20b3b732fb9946d832c7bb00112e
CONNECT_TRANSPORT_FAILED in transport_check_fds

If TRANSPORT_LAYER_CLOSED was detected in transport_check_fds
check if there is already a connection error set, otherwise
set FREERDP_ERROR_CONNECT_TRANSPORT_FAILED to allow proper
reconnect or abort handling.

Signed-off-by: Armin Novak <armin.novak@thincast.com>
libfreerdp/core/transport.c