aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-30 17:50:14 +0000
committerdvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-30 17:50:14 +0000
commit9b345c9dde4c18d0f0e7166a827549e09638d320 (patch)
tree091b0804b4465200eb00d4cd0b29a77fce2b89a4
parentf885be5895bee483b75f2ef6d91fbcb65e2681f4 (diff)
AST-2009-010
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.27.1@231520 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--main/rtp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/rtp.c b/main/rtp.c
index 12e363809..a124bb745 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -848,7 +848,6 @@ static struct ast_frame *process_rfc3389(struct ast_rtp *rtp, unsigned char *dat
}
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;