From fcb1b825c578e4ddc737f276819c798166bbb56c Mon Sep 17 00:00:00 2001 From: daixj Date: Fri, 23 Nov 2018 16:08:55 +0800 Subject: neutrinordp: don't enable remote_app if the INFO_RAIL flag is not set --- common/xrdp_client_info.h | 1 + common/xrdp_constants.h | 1 + 2 files changed, 2 insertions(+) (limited to 'common') diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h index b57b1949..ca349f0a 100644 --- a/common/xrdp_client_info.h +++ b/common/xrdp_client_info.h @@ -155,6 +155,7 @@ struct xrdp_client_info int no_orders_supported; int use_cache_glyph_v2; + int rail_enable; }; #endif diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h index fec882a4..98bd8371 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -370,6 +370,7 @@ #define RDP_COMPRESSION 0x0080 #define RDP_LOGON_BLOB 0x0100 #define RDP_LOGON_LEAVE_AUDIO 0x2000 +#define RDP_LOGON_RAIL 0x8000 /* Compression Flags (MS-RDPBCGR 3.1.8.2.1) */ /* TODO: to be renamed, not used anywhere */ -- cgit v1.2.1