xrdp_encoder: remove temporary workaround for RFX to avoid mstsc
This commit is contained in:
parent
bf07c20571
commit
bb8b85759d
@ -58,11 +58,6 @@ xrdp_encoder_create(struct xrdp_mm *mm)
|
||||
|
||||
client_info = mm->wm->client_info;
|
||||
|
||||
if (client_info->client_os_major != OSMAJORTYPE_UNIX)
|
||||
{
|
||||
/* temp workaround to avoid black screen in non-supported clients */
|
||||
return 0;
|
||||
}
|
||||
if (client_info->mcs_connection_type != 6) /* LAN */
|
||||
{
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user