mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 16:34:18 +09:00
When calling `freerdp_client_populate_rdp_file_from_settings` you should expect that all settings are populated to the rdp file instance. However certain settings (i.e. cameras to redirect) where only updated if they had a value but did not reset the setting. This causes trouble if the file instance was used to load settings, settings were altered and then populated back to the file instance.