diff options
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 ec82a871..e8e91da4 100644 --- a/common/xrdp_client_info.h +++ b/common/xrdp_client_info.h @@ -148,7 +148,7 @@ struct xrdp_client_info int max_unacknowledged_frame_count; long ssl_protocols; - char tls_ciphers[64]; + char *tls_ciphers; int client_os_major; int client_os_minor; |