diff options
| author | daixj <daixj@shterm.com> | 2018-11-23 16:08:55 +0800 | 
|---|---|---|
| committer | daixj <daixj@shterm.com> | 2018-11-23 17:18:26 +0800 | 
| commit | fcb1b825c578e4ddc737f276819c798166bbb56c (patch) | |
| tree | e7c97b79cdb5497b9b553783326410e43ee1483c /common/xrdp_client_info.h | |
| parent | 2e340bd68c0f2dc021ec4e9743c29d76c68f1d00 (diff) | |
| download | xrdp-proprietary-fcb1b825c578e4ddc737f276819c798166bbb56c.tar.gz xrdp-proprietary-fcb1b825c578e4ddc737f276819c798166bbb56c.zip | |
neutrinordp: don't enable remote_app if the INFO_RAIL flag is not set
Diffstat (limited to 'common/xrdp_client_info.h')
| -rw-r--r-- | common/xrdp_client_info.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 | 
