From: hyc Date: Mon, 21 Dec 2009 20:50:25 +0000 (+0000) Subject: Silence spurious warning X-Git-Tag: v2.4~394 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7477d30d388bf9ca1ae59c8688bd27ef2939039e;p=rtmpdump Silence spurious warning git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@105 400ebc74-4327-4243-bc38-086b20814532 --- diff --git a/handshake.h b/handshake.h index ac149ab..9d46aff 100644 --- a/handshake.h +++ b/handshake.h @@ -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