mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 16:34:18 +09:00
This PR fixes an issue where user credentials were lost when connecting to a farm that redirects the client. During a redirect the connection settings were overriden by the settings stored in `rdp->originalSettings`. However these settings miss any credentials the user provides during the connection phase, thus causing another authentication prompt to appear.