diff options
| author | speidy <speidy@gmail.com> | 2014-02-10 05:48:03 +0200 |
|---|---|---|
| committer | speidy <speidy@gmail.com> | 2014-02-10 05:48:03 +0200 |
| commit | f525c0f8e76b1e2b8294c4a61c0da4d24e0406b4 (patch) | |
| tree | 9ced797c5cfd480352a73866ebec3a0d86ca4016 /libxrdp/xrdp_sec.c | |
| parent | cbf5d50a5c96de83178e910318db540334f289b1 (diff) | |
| download | xrdp-proprietary-f525c0f8e76b1e2b8294c4a61c0da4d24e0406b4.tar.gz xrdp-proprietary-f525c0f8e76b1e2b8294c4a61c0da4d24e0406b4.zip | |
libxrdp: work on fastpath input
Diffstat (limited to 'libxrdp/xrdp_sec.c')
| -rw-r--r-- | libxrdp/xrdp_sec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libxrdp/xrdp_sec.c b/libxrdp/xrdp_sec.c index 44eb5812..4846c356 100644 --- a/libxrdp/xrdp_sec.c +++ b/libxrdp/xrdp_sec.c @@ -743,7 +743,6 @@ xrdp_sec_recv_fastpath(struct xrdp_sec *self, struct stream *s) return 1; } - in_uint8s(s, 8); /* dataSignature, skip for now */ if (self->fastpath_layer->secFlags & FASTPATH_INPUT_ENCRYPTED) { |
