Ignore TS_MULTIFRAGMENTUPDATE_CAPABILITYSET from client if fp disabled
This commit is contained in:
parent
a618a67d4a
commit
bfffc40cba
@ -561,7 +561,10 @@ xrdp_caps_process_multifragmentupdate(struct xrdp_rdp *self, struct stream *s,
|
|||||||
int MaxRequestSize;
|
int MaxRequestSize;
|
||||||
|
|
||||||
in_uint32_le(s, MaxRequestSize);
|
in_uint32_le(s, MaxRequestSize);
|
||||||
|
if (self->client_info.use_fast_path & 1)
|
||||||
|
{
|
||||||
self->client_info.max_fastpath_frag_bytes = MaxRequestSize;
|
self->client_info.max_fastpath_frag_bytes = MaxRequestSize;
|
||||||
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user