Skip to content

Commit

Permalink
reverted proxy_connect
Browse files Browse the repository at this point in the history
  • Loading branch information
Gluzskiy Alexandr committed Aug 7, 2020
1 parent 3ce070c commit b6204a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libfreerdp/core/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,7 @@ BOOL transport_connect(rdpTransport* transport, const char* hostname, UINT16 por

if (isProxyConnection)
{
if (!transport->context->update->io->ProxyConnect(
settings, transport->frontBio, proxyUsername, proxyPassword, hostname, port))
if (!proxy_connect(settings, transport->frontBio, proxyUsername, proxyPassword, hostname, port))
return FALSE;
}

Expand Down

0 comments on commit b6204a2

Please sign in to comment.