summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-06-30 01:22:26 -0700
committerJay Sorg <jay.sorg@gmail.com>2014-06-30 01:22:26 -0700
commit1ed0dffeb63ee0272401c1a9c83fe47266097981 (patch)
tree21a6966b5aa625b28990cf02eed72f44b7d6d300
parent2a5e28de344b0b463dcd043a2b3898cbb9b2989b (diff)
downloadxrdp-proprietary-1ed0dffeb63ee0272401c1a9c83fe47266097981.tar.gz
xrdp-proprietary-1ed0dffeb63ee0272401c1a9c83fe47266097981.zip
libxrdp: mppc fix when compressor fails
-rw-r--r--libxrdp/xrdp_rdp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxrdp/xrdp_rdp.c b/libxrdp/xrdp_rdp.c
index 5ece71d4..c5c03021 100644
--- a/libxrdp/xrdp_rdp.c
+++ b/libxrdp/xrdp_rdp.c
@@ -639,10 +639,10 @@ xrdp_rdp_send_fastpath(struct xrdp_rdp *self, struct stream *s,
}
else
{
- LLOGLN(0, ("xrdp_rdp_send_fastpath: mppc_encode not ok "
+ /* this can happen part of normal operation */
+ LLOGLN(10, ("xrdp_rdp_send_fastpath: mppc_encode not ok "
"type %d flags %d", mppc_enc->protocol_type,
mppc_enc->flags));
- return 1;
}
}
holdp = frag_s.p;