mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[client,cliprdr] send format list msgFlags = 0
only a response message might have msgFlags != 0 set
This commit is contained in:
@@ -74,7 +74,7 @@ UINT android_cliprdr_send_client_format_list(CliprdrClientContext* cliprdr)
|
||||
}
|
||||
}
|
||||
|
||||
formatList.common.msgFlags = CB_RESPONSE_OK;
|
||||
formatList.common.msgFlags = 0;
|
||||
formatList.numFormats = numFormats;
|
||||
formatList.formats = formats;
|
||||
formatList.common.msgType = CB_FORMAT_LIST;
|
||||
|
||||
Reference in New Issue
Block a user