[rtmpdump] r105 - trunk/handshake.h
hyc
subversion at mplayerhq.hu
Mon Dec 21 21:50:26 CET 2009
Author: hyc
Date: Mon Dec 21 21:50:25 2009
New Revision: 105
Log:
Silence spurious warning
Modified:
trunk/handshake.h
Modified: trunk/handshake.h
==============================================================================
--- trunk/handshake.h Mon Dec 21 21:46:11 2009 (r104)
+++ trunk/handshake.h Mon Dec 21 21:50:25 2009 (r105)
@@ -255,8 +255,8 @@ static bool
HandShake(RTMP * r, bool FP9HandShake)
{
int i;
- int dhposClient;
- int digestPosClient;
+ int dhposClient = 0;
+ int digestPosClient = 0;
RC4_KEY *keyIn = 0;
RC4_KEY *keyOut = 0;
bool encrypted = r->Link.protocol == RTMP_PROTOCOL_RTMPE
More information about the rtmpdump
mailing list