GUACAMOLE-249: Message flags of clipboard data response must be set to CB_RESPONSE_OK for data to be accepted.
This commit is contained in:
parent
0c7091198f
commit
47a1dcc82e
@ -338,7 +338,8 @@ static UINT guac_rdp_cliprdr_format_data_request(CliprdrClientContext* cliprdr,
|
|||||||
|
|
||||||
CLIPRDR_FORMAT_DATA_RESPONSE data_response = {
|
CLIPRDR_FORMAT_DATA_RESPONSE data_response = {
|
||||||
.requestedFormatData = (BYTE*) start,
|
.requestedFormatData = (BYTE*) start,
|
||||||
.dataLen = ((BYTE*) output) - start
|
.dataLen = ((BYTE*) output) - start,
|
||||||
|
.msgFlags = CB_RESPONSE_OK
|
||||||
};
|
};
|
||||||
|
|
||||||
guac_client_log(clipboard->client, GUAC_LOG_TRACE, "CLIPRDR: Sending "
|
guac_client_log(clipboard->client, GUAC_LOG_TRACE, "CLIPRDR: Sending "
|
||||||
|
Loading…
Reference in New Issue
Block a user