summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/xrdp_client_info.h2
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;