[core,transport] check for rdstls == NULL on accept_rdstls too
This commit is contained in:
parent
151baa9ae5
commit
b469f53c43
@ -592,6 +592,9 @@ BOOL transport_accept_rdstls(rdpTransport* transport)
|
||||
goto fail;
|
||||
|
||||
rdstls = rdstls_new(context, transport);
|
||||
if (!rdstls)
|
||||
goto fail;
|
||||
|
||||
transport_set_rdstls_mode(transport, TRUE);
|
||||
|
||||
if (rdstls_authenticate(rdstls) < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user