mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[core,tcp] fix freerdp_tcp_connect_timeout size type
This commit is contained in:
@@ -808,7 +808,7 @@ static BOOL freerdp_tcp_is_hostname_resolvable(rdpContext* context, const char*
|
||||
}
|
||||
|
||||
static BOOL freerdp_tcp_connect_timeout(rdpContext* context, int sockfd, struct sockaddr* addr,
|
||||
socklen_t addrlen, UINT32 timeout)
|
||||
size_t addrlen, UINT32 timeout)
|
||||
{
|
||||
BOOL rc = FALSE;
|
||||
HANDLE handles[2] = { 0 };
|
||||
|
||||
Reference in New Issue
Block a user