diff options
| author | Idan Freiberg <speidy@gmail.com> | 2017-01-15 08:55:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-15 08:55:00 +0200 |
| commit | a64e1789c561b6376ff643e43578410c1927b49e (patch) | |
| tree | e8c4478741535cfd0417dd87df61f736f8ffaee6 /common | |
| parent | 9f5656933b057bf5c47ae46716130226f8352901 (diff) | |
| parent | 0a5bc44a0bd8100be3592bc155cf4b28ccb9cd17 (diff) | |
| download | xrdp-proprietary-a64e1789c561b6376ff643e43578410c1927b49e.tar.gz xrdp-proprietary-a64e1789c561b6376ff643e43578410c1927b49e.zip | |
Merge pull request #615 from speidy/channels_fixes
Channels improvements
Diffstat (limited to 'common')
| -rw-r--r-- | common/xrdp_client_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h index e71f8d71..0ef03cfc 100644 --- a/common/xrdp_client_info.h +++ b/common/xrdp_client_info.h @@ -65,7 +65,7 @@ struct xrdp_client_info int rdp_compression; int rdp_autologin; int crypt_level; /* 1, 2, 3 = low, medium, high */ - int channel_code; /* 0 = no channels 1 = channels */ + int channels_allowed; /* 0 = no channels 1 = channels */ int sound_code; /* 1 = leave sound at server */ int is_mce; int rdp5_performanceflags; |
