Removed function call with invalid arguments.

This commit is contained in:
Armin Novak 2016-02-23 15:58:48 +01:00
parent 24c93e4de7
commit d28cb6ac6a
1 changed files with 0 additions and 3 deletions

View File

@ -340,10 +340,7 @@ BOOL rdp_read_header(rdpRdp* rdp, wStream* s, UINT16* length, UINT16* channelId)
return FALSE;
if (!rdp->instance)
{
freerdp_abort_connect(rdp->instance);
return FALSE;
}
context = rdp->instance->context;