Fixed error handling for rdp_client_connect fail.
This commit is contained in:
parent
7d8ab23877
commit
01496f474f
@ -102,6 +102,9 @@ BOOL freerdp_connect(freerdp* instance)
|
||||
goto freerdp_connect_finally;
|
||||
}
|
||||
|
||||
if (!status)
|
||||
goto freerdp_connect_finally;
|
||||
|
||||
if (status)
|
||||
{
|
||||
if (instance->settings->DumpRemoteFx)
|
||||
|
Loading…
Reference in New Issue
Block a user