mirror of https://github.com/FreeRDP/FreeRDP
Fix server side NLA
This commit is contained in:
parent
20433e6f29
commit
8d783bd2f0
|
@ -1230,7 +1230,7 @@ int nla_recv(rdpNla* nla)
|
|||
return -1;
|
||||
}
|
||||
|
||||
if (nla_recv_pdu(nla, s) < 1)
|
||||
if (nla_decode_ts_request(nla, s) < 1)
|
||||
return -1;
|
||||
|
||||
Stream_Free(s, TRUE);
|
||||
|
|
Loading…
Reference in New Issue