[asterisk-commits] dvossel: tag 1.6.1.11 r231522 - /tags/1.6.1.11/main/rtp.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Nov 30 11:51:17 CST 2009
Author: dvossel
Date: Mon Nov 30 11:51:16 2009
New Revision: 231522
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=231522
Log:
AST-2009-010
Modified:
tags/1.6.1.11/main/rtp.c
Modified: tags/1.6.1.11/main/rtp.c
URL: http://svnview.digium.com/svn/asterisk/tags/1.6.1.11/main/rtp.c?view=diff&rev=231522&r1=231521&r2=231522
==============================================================================
--- tags/1.6.1.11/main/rtp.c (original)
+++ tags/1.6.1.11/main/rtp.c Mon Nov 30 11:51:16 2009
@@ -1153,7 +1153,6 @@
}
rtp->f.frametype = AST_FRAME_CNG;
rtp->f.subclass = data[0] & 0x7f;
- rtp->f.datalen = len - 1;
rtp->f.samples = 0;
rtp->f.delivery.tv_usec = rtp->f.delivery.tv_sec = 0;
f = &rtp->f;
More information about the asterisk-commits
mailing list