summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_sec.c
diff options
context:
space:
mode:
Diffstat (limited to 'xrdp/xrdp_sec.c')
-rw-r--r--xrdp/xrdp_sec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xrdp/xrdp_sec.c b/xrdp/xrdp_sec.c
index b5a69de9..f1982f5e 100644
--- a/xrdp/xrdp_sec.c
+++ b/xrdp/xrdp_sec.c
@@ -430,6 +430,7 @@ int xrdp_sec_recv(struct xrdp_sec* self, struct stream* s, int* chan)
DEBUG((" in xrdp_sec_recv\n\r"));
if (xrdp_mcs_recv(self->mcs_layer, s, chan) != 0)
{
+ DEBUG((" out xrdp_sec_recv error\n\r"));
return 1;
}
in_uint32_le(s, flags);