Fixed clang issues.

This commit is contained in:
Armin Novak 2013-08-30 16:31:23 +02:00
parent 7bc0cbdabf
commit ef91766cf3

View File

@ -784,7 +784,7 @@ static int rdp_recv_tpkt_pdu(rdpRdp* rdp, wStream* s)
UINT16 pduType;
UINT16 pduLength;
UINT16 pduSource;
UINT16 channelId;
UINT16 channelId = 0;
UINT16 securityFlags;
int nextPosition;