aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authordvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-30 17:51:16 +0000
committerdvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-30 17:51:16 +0000
commit82656bde9c2726747aa6163e927ff7571ee814a6 (patch)
tree2e8d518650aa95057e4fe050f38975b37a057bfe /main
parent6f86405536a121c33fcb990b2f99468e9cfd74ee (diff)
AST-2009-010
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.6.1.11@231522 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/rtp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/rtp.c b/main/rtp.c
index e024858d0..bcce82104 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -1153,7 +1153,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;