Fixed default return value for fastpath_send_multiple_input_pdu

This commit is contained in:
Armin Novak 2018-10-23 12:33:13 +02:00
parent 991f051a63
commit 6ccaafe2d9

View File

@ -909,7 +909,7 @@ wStream* fastpath_input_pdu_init(rdpFastPath* fastpath, BYTE eventFlags, BYTE ev
BOOL fastpath_send_multiple_input_pdu(rdpFastPath* fastpath, wStream* s, int iNumEvents)
{
BOOL rc;
BOOL rc = FALSE;
rdpRdp* rdp;
UINT16 length;
BYTE eventHeader;