Fix Windows build.

This commit is contained in:
p-pautov 2018-04-26 02:11:04 -07:00 committed by GitHub
parent a0019ec79c
commit fda76349b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -353,8 +353,8 @@ BOOL transport_connect(rdpTransport* transport, const char* hostname,
BOOL status = FALSE;
rdpSettings* settings = transport->settings;
rdpContext* context = transport->context;
transport->async = settings->AsyncTransport;
BOOL rpcFallback = !settings->GatewayHttpTransport;
transport->async = settings->AsyncTransport;
if (transport->GatewayEnabled)
{