summaryrefslogtreecommitdiffstats
path: root/sesman/scp_v0.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2016-12-04 17:20:01 -0800
committerJay Sorg <jay.sorg@gmail.com>2016-12-04 17:20:01 -0800
commitf14e3dc8acc970ceeca6870b7dd8450a0547fa60 (patch)
tree872294e6e429467abfc3edcd24bca9de6fcc5252 /sesman/scp_v0.c
parent9a517b34f0f4eb546c46ad4185260f4b66773a8c (diff)
downloadxrdp-proprietary-f14e3dc8acc970ceeca6870b7dd8450a0547fa60.tar.gz
xrdp-proprietary-f14e3dc8acc970ceeca6870b7dd8450a0547fa60.zip
sesman: must save guid in session data
Diffstat (limited to 'sesman/scp_v0.c')
-rw-r--r--sesman/scp_v0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/scp_v0.c b/sesman/scp_v0.c
index 0b913a09..81ecc3a6 100644
--- a/sesman/scp_v0.c
+++ b/sesman/scp_v0.c
@@ -77,7 +77,7 @@ scp_v0_process(struct SCP_CONNECTION *c, struct SCP_SESSION *s)
if (s_item != 0)
{
display = s_item->display;
-
+ g_memcpy(s->guid, s_item->guid, 16);
if (0 != s->client_ip)
{
log_message( LOG_LEVEL_INFO, "++ reconnected session: username %s, "