libxrdp: mppc fix when compressor fails

ulab-next-nosound
Jay Sorg 11 years ago
parent 2a5e28de34
commit 1ed0dffeb6

@ -639,10 +639,10 @@ xrdp_rdp_send_fastpath(struct xrdp_rdp *self, struct stream *s,
} }
else 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, "type %d flags %d", mppc_enc->protocol_type,
mppc_enc->flags)); mppc_enc->flags));
return 1;
} }
} }
holdp = frag_s.p; holdp = frag_s.p;

Loading…
Cancel
Save