NLA decrypt credentials fixed.
This commit is contained in:
parent
1c43a6e115
commit
6c0e1af4af
@ -945,7 +945,7 @@ BOOL nla_read_ts_password_creds(rdpNla* nla, wStream* s)
|
||||
return FALSE;
|
||||
}
|
||||
nla->identity->UserLength = (UINT32) length;
|
||||
if (nla->identity->PasswordLength > 0)
|
||||
if (nla->identity->UserLength > 0)
|
||||
{
|
||||
nla->identity->User = (UINT16 *) malloc(length);
|
||||
if (!nla->identity->User)
|
||||
|
Loading…
Reference in New Issue
Block a user