[rtmpdump] r112 - trunk/handshake.h

hyc subversion at mplayerhq.hu
Thu Dec 24 22:59:21 CET 2009


Author: hyc
Date: Thu Dec 24 22:59:20 2009
New Revision: 112

Log:
Fix typo in retrieving client digestpos

Modified:
   trunk/handshake.h

Modified: trunk/handshake.h
==============================================================================
--- trunk/handshake.h	Tue Dec 22 09:05:04 2009	(r111)
+++ trunk/handshake.h	Thu Dec 24 22:59:20 2009	(r112)
@@ -713,7 +713,7 @@ SHandShake(RTMP * r)
 	  Log(LOGWARNING, "Trying different position for client digest!\n");
 	  digestPosClient = GetDigestOffset2(clientsig, RTMP_SIG_SIZE);
 
-	  if (!VerifyDigest(digestPosServer, clientsig, GenuineFPKey, 30))
+	  if (!VerifyDigest(digestPosClient, clientsig, GenuineFPKey, 30))
 	    {
 	      Log(LOGERROR, "Couldn't verify the client digest\n");	/* continuing anyway will probably fail */
 	      return false;


More information about the rtmpdump mailing list