diff options
author | speidy <speidy@gmail.com> | 2014-02-11 00:28:43 +0200 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2014-02-11 00:28:43 +0200 |
commit | 80204e2536327f46610d5925c552aff235e9f447 (patch) | |
tree | 958d0a4334312240dc1a6ac80fc9f73bbfc5821b /libxrdp/xrdp_mcs.c | |
parent | d36336b7b5abcd04c5607bd5fa1d46d889098b57 (diff) | |
download | xrdp-proprietary-80204e2536327f46610d5925c552aff235e9f447.tar.gz xrdp-proprietary-80204e2536327f46610d5925c552aff235e9f447.zip |
libxrdp: work on fastpath input, added fastpath option to xrdp.ini
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; } |