Change transport layer before tsg_connect, not after
This commit is contained in:
parent
3739e02584
commit
8fac6400b5
@ -543,10 +543,10 @@ BOOL transport_connect(rdpTransport* transport, const char* hostname, UINT16 por
|
|||||||
status = tcp_connect(transport->TcpOut, settings->GatewayHostname, settings->GatewayPort);
|
status = tcp_connect(transport->TcpOut, settings->GatewayHostname, settings->GatewayPort);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
transport->layer = TRANSPORT_LAYER_TSG;
|
||||||
|
|
||||||
if (status)
|
if (status)
|
||||||
status = transport_tsg_connect(transport, hostname, port);
|
status = transport_tsg_connect(transport, hostname, port);
|
||||||
|
|
||||||
transport->layer = TRANSPORT_LAYER_TSG;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user