summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorspeidy <speidy@gmail.com>2017-03-19 11:03:36 +0200
committerjsorg71 <jay.sorg@gmail.com>2017-03-21 22:02:29 -0700
commit2f382d2a16b3d6ec571f408567c7a3f49b4b628a (patch)
treeaa87fc666839436a9f557cd1214c4feb0e9fd753 /common
parent9d578d9c5fdf76cac44bfabf30e80032087bac7e (diff)
downloadxrdp-proprietary-2f382d2a16b3d6ec571f408567c7a3f49b4b628a.tar.gz
xrdp-proprietary-2f382d2a16b3d6ec571f408567c7a3f49b4b628a.zip
libxrdp: print connected client name to log
Diffstat (limited to 'common')
-rw-r--r--common/xrdp_constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h
index 6a055678..961020ef 100644
--- a/common/xrdp_constants.h
+++ b/common/xrdp_constants.h
@@ -676,4 +676,6 @@
#define XR_RDP_SCAN_LSHIFT 42
#define XR_RDP_SCAN_ALT 56
+#define INFO_CLIENT_NAME_BYTES 32
+
#endif