]> granicus.if.org Git - rtmpdump/commitdiff
Remove a useless leftover comment
authorMartin Storsjo <martin@martin.st>
Sun, 30 Dec 2012 20:52:04 +0000 (22:52 +0200)
committerMartin Storsjo <martin@martin.st>
Sun, 30 Dec 2012 20:52:04 +0000 (22:52 +0200)
The variable is any random challenge, thus the byte order doesn't
matter at all.

librtmp/rtmp.c

index 7f1c7ffd3e77c09e40aeab99682fb12775609389..9c32bacbc3afdbc467c174e637ad434bf50e9cb7 100644 (file)
@@ -2598,7 +2598,6 @@ PublisherAuth(RTMP *r, AVal *description)
           b64enc(md5sum_val, MD5_DIGEST_LENGTH, salted2, SALTED2_LEN);
           RTMP_Log(RTMP_LOGDEBUG, "%s, b64(md5_1) = %s", __FUNCTION__, salted2);
 
-       /* FIXME: what byte order does this depend on? */
             challenge2_data = rand();
 
             b64enc((unsigned char *) &challenge2_data, sizeof(int), challenge2, CHALLENGE2_LEN);