Fix and / or mistake

This commit is contained in:
Koichiro IWAO 2018-11-28 09:55:39 +09:00
parent 83d3349c5a
commit 1ba921c5ed
No known key found for this signature in database
GPG Key ID: 9F72CDBC01BF10EB
1 changed files with 1 additions and 1 deletions

View File

@ -801,7 +801,7 @@ xrdp_caps_send_demand_active(struct xrdp_rdp *self)
out_uint16_le(s, 0); /* Compression types */
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
{