From fa513b42fa85ac078364340fd46a7fddb9c2f47f Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 11 Jun 2007 17:47:48 +0000 Subject: [PATCH] bit by mark git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5306 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_rtp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 79986b5a04..0023ab64c2 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -1286,7 +1286,6 @@ static int rtp_common_write(switch_rtp_t *rtp_session, void *data, uint32_t data } if (rtp_session->cn && payload != rtp_session->cng_pt) { rtp_session->cn = 0; - m++; } send_msg = &rtp_session->send_msg;