diff options
Diffstat (limited to 'libxrdp/xrdp_mcs.c')
-rw-r--r-- | libxrdp/xrdp_mcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxrdp/xrdp_mcs.c b/libxrdp/xrdp_mcs.c index 81e8b758..2c643373 100644 --- a/libxrdp/xrdp_mcs.c +++ b/libxrdp/xrdp_mcs.c @@ -132,7 +132,7 @@ xrdp_mcs_recv(struct xrdp_mcs *self, struct stream *s, int *chan) if (iso_msg == 2) // non-TPKT header { - DEBUG((" out xrdp_mcs_recv, non-TPKT header detected, we try fastpath")); + DEBUG((" out xrdp_mcs_recv, non-TPKT header detected, we try fastpath")); return iso_msg; } |