diff --git a/libfreerdp/core/nla.c b/libfreerdp/core/nla.c index 3abc969ef..2e5450676 100644 --- a/libfreerdp/core/nla.c +++ b/libfreerdp/core/nla.c @@ -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)