Fix Windows build.
authorp-pautov <37922380+p-pautov@users.noreply.github.com>
Thu, 26 Apr 2018 09:11:04 +0000 (02:11 -0700)
committerGitHub <noreply@github.com>
Thu, 26 Apr 2018 09:11:04 +0000 (02:11 -0700)
libfreerdp/core/transport.c

index 59ee8cf..59eb092 100755 (executable)
@@ -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)
        {