diff options
author | speidy <speidy@gmail.com> | 2017-01-06 07:59:49 +0200 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2017-01-06 07:59:49 +0200 |
commit | 94cdbdcee64ffbd480ed6ded973d1e3927f82f75 (patch) | |
tree | 97fd81110d83aeac178114212b63bf529de100b2 /common/xrdp_client_info.h | |
parent | e83a7c1fef5610b20118c2d2fac8d34b8ed7d08c (diff) | |
download | xrdp-proprietary-94cdbdcee64ffbd480ed6ded973d1e3927f82f75.tar.gz xrdp-proprietary-94cdbdcee64ffbd480ed6ded973d1e3927f82f75.zip |
libxrdp: change channel_code into a meaningful name
Diffstat (limited to 'common/xrdp_client_info.h')
-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; |