mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[core,nla]: Fix using password from redirection
If a client reconnects on redirection process and uses NLA authentication, the client was using the old password because it wasn't setting usePassword to false. With this commit the client will use the new password.
This commit is contained in:
@@ -391,6 +391,8 @@ static BOOL nla_client_setup_identity(rdpNla* nla)
|
||||
(const WCHAR*)settings->RedirectionPassword,
|
||||
settings->RedirectionPasswordLength / sizeof(WCHAR) - 1) < 0)
|
||||
return FALSE;
|
||||
|
||||
usePassword = FALSE;
|
||||
}
|
||||
|
||||
if (settings->RestrictedAdminModeRequired)
|
||||
|
||||
Reference in New Issue
Block a user