Removed function call with invalid arguments.
This commit is contained in:
parent
24c93e4de7
commit
d28cb6ac6a
@ -340,10 +340,7 @@ BOOL rdp_read_header(rdpRdp* rdp, wStream* s, UINT16* length, UINT16* channelId)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
if (!rdp->instance)
|
if (!rdp->instance)
|
||||||
{
|
|
||||||
freerdp_abort_connect(rdp->instance);
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
|
||||||
|
|
||||||
context = rdp->instance->context;
|
context = rdp->instance->context;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user