From f525c0f8e76b1e2b8294c4a61c0da4d24e0406b4 Mon Sep 17 00:00:00 2001 From: speidy Date: Mon, 10 Feb 2014 05:48:03 +0200 Subject: libxrdp: work on fastpath input --- libxrdp/xrdp_sec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libxrdp/xrdp_sec.c') 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) { -- cgit v1.2.3