diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2014-03-04 18:11:55 -0800 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2014-03-04 18:11:55 -0800 |
| commit | 932d785deb501895e75e293666867fd26a3510c8 (patch) | |
| tree | 087c80208619024c926dd1cdfa7070a4827fbd63 /libxrdp/xrdp_fastpath.c | |
| parent | 1ce75182afdf8a0fc5a44691dbada0fdc138d867 (diff) | |
| download | xrdp-proprietary-932d785deb501895e75e293666867fd26a3510c8.tar.gz xrdp-proprietary-932d785deb501895e75e293666867fd26a3510c8.zip | |
fast path changes, iso never reads now
Diffstat (limited to 'libxrdp/xrdp_fastpath.c')
| -rw-r--r-- | libxrdp/xrdp_fastpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxrdp/xrdp_fastpath.c b/libxrdp/xrdp_fastpath.c index 572b5a98..5f7ccc97 100644 --- a/libxrdp/xrdp_fastpath.c +++ b/libxrdp/xrdp_fastpath.c @@ -63,7 +63,7 @@ xrdp_fastpath_recv(struct xrdp_fastpath *self, struct stream *s) DEBUG((" in xrdp_fastpath_recv")); in_uint8(s, fp_hdr); /* fpInputHeader (1 byte) */ - g_writeln("xrdp_fastpath_recv: header= 0x%8.8x", fp_hdr); + //g_writeln("xrdp_fastpath_recv: header= 0x%8.8x", fp_hdr); self->numEvents = (fp_hdr & 0x3C) >> 2; self->secFlags = (fp_hdr & 0xC0) >> 6; |
