diff options
| author | speidy <speidy@gmail.com> | 2016-11-29 00:49:29 -0500 |
|---|---|---|
| committer | speidy <speidy@gmail.com> | 2016-11-29 15:25:14 -0500 |
| commit | 1fe048b63d85641687de7e2eb539a74ac850be5d (patch) | |
| tree | 2e4e3e5e746cbbf56be26609aa2f8f8af3b8a908 /common/xrdp_client_info.h | |
| parent | 5fbcaf1655edc3cc9734c4e785902c4ff6c5bf40 (diff) | |
| download | xrdp-proprietary-1fe048b63d85641687de7e2eb539a74ac850be5d.tar.gz xrdp-proprietary-1fe048b63d85641687de7e2eb539a74ac850be5d.zip | |
xrdp_encoder: do not initialize for non-UNIX rdp clients
xrdp_encoder: comment about temporary workaround
Diffstat (limited to 'common/xrdp_client_info.h')
| -rw-r--r-- | common/xrdp_client_info.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h index 46589e30..254708f1 100644 --- a/common/xrdp_client_info.h +++ b/common/xrdp_client_info.h @@ -145,6 +145,9 @@ struct xrdp_client_info int disableSSLv3; /* 0 = no, 1 = yes */ char tls_ciphers[64]; + + int client_os_major; + int client_os_minor; }; #endif |
