channels/cliprdr: Fix writing incorrect PDU type for unlock PDUs
This commit is contained in:
parent
d7d3055b5f
commit
b8c2b6abd7
@ -138,7 +138,7 @@ cliprdr_packet_unlock_clipdata_new(const CLIPRDR_UNLOCK_CLIPBOARD_DATA* unlockCl
|
|||||||
if (!unlockClipboardData)
|
if (!unlockClipboardData)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
s = cliprdr_packet_new(CB_LOCK_CLIPDATA, 0, 4);
|
s = cliprdr_packet_new(CB_UNLOCK_CLIPDATA, 0, 4);
|
||||||
|
|
||||||
if (!s)
|
if (!s)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user