Add fastpath hotfix
This commit is contained in:
parent
66c205af73
commit
5872e948e0
15
xrdp-0.9.1-fastpath.patch
Normal file
15
xrdp-0.9.1-fastpath.patch
Normal file
@ -0,0 +1,15 @@
|
||||
diff --git a/libxrdp/xrdp_rdp.c b/libxrdp/xrdp_rdp.c
|
||||
index dd6e6d3..219c026 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 */
|
Loading…
Reference in New Issue
Block a user