From a96c91b38e68e189e6861dfdf3df5852881ad470 Mon Sep 17 00:00:00 2001 From: speidy Date: Tue, 27 Dec 2016 09:53:53 +0200 Subject: [PATCH] libxrdp: fix Fast-Path Synchronize Update message --- libxrdp/xrdp_rdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxrdp/xrdp_rdp.c b/libxrdp/xrdp_rdp.c index dd6e6d38..219c0260 100644 --- a/libxrdp/xrdp_rdp.c +++ b/libxrdp/xrdp_rdp.c @@ -782,9 +782,9 @@ xrdp_rdp_send_data_update_sync(struct xrdp_rdp *self) return 1; } out_uint16_le(s, RDP_UPDATE_SYNCHRONIZE); + out_uint16_le(s, 0); /* pad */ } - out_uint16_le(s, 0); /* pad */ s_mark_end(s); if (self->client_info.use_fast_path & 1) /* fastpath output supported */