Got that wrong
This commit is contained in:
parent
5bae4e0c95
commit
5a092e0e8b
@ -251,7 +251,7 @@ int credssp_client_authenticate(rdpCredssp* credssp)
|
||||
SECURITY_NATIVE_DREP, (have_input_buffer) ? &input_buffer_desc : NULL,
|
||||
0, &credssp->context, &output_buffer_desc, &pfContextAttr, &expiration);
|
||||
|
||||
if have_input_buffer && (input_buffer.pvBuffer != NULL)
|
||||
if (have_input_buffer && (input_buffer.pvBuffer != NULL))
|
||||
{
|
||||
free(input_buffer.pvBuffer);
|
||||
input_buffer.pvBuffer = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user