mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user