transport: fix variable initialization
Fixes possible problem when NLA is enabled and header verification fails.
This commit is contained in:
parent
02c4e261d1
commit
630cb35aa5
@ -988,6 +988,7 @@ int transport_check_fds(rdpTransport* transport)
|
||||
return status;
|
||||
|
||||
Stream_SetPosition(transport->ReceiveBuffer, 0);
|
||||
length = 0;
|
||||
|
||||
if (transport->NlaMode)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user