Fix and / or mistake
This commit is contained in:
parent
83d3349c5a
commit
1ba921c5ed
@ -801,7 +801,7 @@ xrdp_caps_send_demand_active(struct xrdp_rdp *self)
|
|||||||
out_uint16_le(s, 0); /* Compression types */
|
out_uint16_le(s, 0); /* Compression types */
|
||||||
if (self->client_info.use_fast_path & 1)
|
if (self->client_info.use_fast_path & 1)
|
||||||
{
|
{
|
||||||
out_uint16_le(s, NO_BITMAP_COMPRESSION_HDR & FASTPATH_OUTPUT_SUPPORTED);
|
out_uint16_le(s, NO_BITMAP_COMPRESSION_HDR | FASTPATH_OUTPUT_SUPPORTED);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user