From 05441e62a2d2dbae6612e266e5da2f4ecc4f89c1 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 5 May 2006 16:17:36 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1373 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 0e8996d3ac..0319d590bb 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -710,7 +710,7 @@ static int rtp_common_read(switch_rtp_t *rtp_session, switch_payload_t *payload_ } bytes = sbytes; } - + if (bytes > 0) { uint32_t effective_size = (uint32_t)(bytes - sizeof(srtp_mini_hdr_t)); if (rtp_session->recv_msg.header.pt == RTP_MAGIC_NUMBER) {