From: Anthony Minessale Date: Mon, 11 Jun 2007 17:47:48 +0000 (+0000) Subject: bit by mark X-Git-Tag: v1.0-beta1~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa513b42fa85ac078364340fd46a7fddb9c2f47f;p=thirdparty%2Ffreeswitch.git bit by mark git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5306 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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;