mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[Windows, clipboard] fix server don't support format to applictioin exit.
See: https://github.com/KangLin/RabbitRemoteControl/issues/31
This commit is contained in:
@@ -1935,7 +1935,7 @@ wf_cliprdr_server_format_list_response(CliprdrClientContext* context,
|
||||
(void)formatListResponse;
|
||||
|
||||
if (formatListResponse->common.msgFlags != CB_RESPONSE_OK)
|
||||
return E_FAIL;
|
||||
WLog_WARN(TAG, "format list update failed");
|
||||
|
||||
return CHANNEL_RC_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user