diff --git a/libfreerdp/core/fastpath.c b/libfreerdp/core/fastpath.c index 93186f60c..b3b3293b8 100644 --- a/libfreerdp/core/fastpath.c +++ b/libfreerdp/core/fastpath.c @@ -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;