mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
settings: remove duplicate setting of GatewayAvdScope
This commit is contained in:
@@ -770,9 +770,6 @@ rdpSettings* freerdp_settings_new(DWORD flags)
|
||||
|
||||
if (!server && !remote)
|
||||
{
|
||||
if (!freerdp_settings_set_string(settings, FreeRDP_GatewayAvdScope,
|
||||
"https%%3A%%2F%%2F%s%%2F%s%%2Foauth2%%2Fnativeclient"))
|
||||
goto out_fail;
|
||||
if (!freerdp_settings_set_string(settings, FreeRDP_GatewayAvdAccessTokenFormat,
|
||||
"ms-appx-web%%3a%%2f%%2fMicrosoft.AAD.BrokerPlugin%%2f%s"))
|
||||
goto out_fail;
|
||||
|
||||
Reference in New Issue
Block a user