proxy: correctly use the RemoteApp flag

The flag was forcing the remoteApp usage when set, while all the other equivalent
flags just enable the feature. This patch fixes that, so now setting RemoteApp = TRUE
just enables the front client to do remoteApps.
This commit is contained in:
David Fort 2022-04-08 11:24:33 +02:00 committed by akallabeth
parent df3737b085
commit a152dec687
1 changed files with 0 additions and 1 deletions

View File

@ -270,7 +270,6 @@ static BOOL pf_client_pre_connect(freerdp* instance)
config->DeviceRedirection) ||
!freerdp_settings_set_bool(settings, FreeRDP_SupportDisplayControl,
config->DisplayControl) ||
!freerdp_settings_set_bool(settings, FreeRDP_RemoteApplicationMode, config->RemoteApp) ||
!freerdp_settings_set_bool(settings, FreeRDP_MultiTouchInput, config->Multitouch))
return FALSE;