<h1>Project "FreeSWITCH Source" received a push.</h1>
<h2>branch: master updated</h2>
<pre>
via: 9a3cf6015b5a9fc292d14c26033c2328b790490f (commit)
from: add9d26ac54291074ce0f82b971eaf7531a6c658 (commit)
</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Jeff Lenk
comments:
trivial compiler warning fix
<span style="color: #000080; font-weight: bold">diff --git a/src/switch_rtp.c b/src/switch_rtp.c</span>
<span style="color: #000080; font-weight: bold">index 76b2c91..58934bf 100644</span>
<span style="color: #A00000">--- a/src/switch_rtp.c</span>
<span style="color: #00A000">+++ b/src/switch_rtp.c</span>
<span style="color: #800080; font-weight: bold">@@ -2856,6 +2856,7 @@ static int rtp_common_read(switch_rtp_t *rtp_session, switch_payload_t *payload_</span>
                        goto end;
                }
<span style="color: #00A000">+#ifdef 0</span>
                if (bytes && rtp_session->recv_msg.header.version == 2 &&
                        !switch_test_flag(rtp_session, SWITCH_RTP_FLAG_PROXY_MEDIA) && !switch_test_flag(rtp_session, SWITCH_RTP_FLAG_UDPTL) &&
                        rtp_session->recv_msg.header.pt != 13 &&
<span style="color: #800080; font-weight: bold">@@ -2865,6 +2866,7 @@ static int rtp_common_read(switch_rtp_t *rtp_session, switch_payload_t *payload_</span>
                        /* drop frames of incorrect payload number and return CNG frame instead */
                        return_cng_frame();
                }
<span style="color: #00A000">+#endif</span>
                if (!bytes && (io_flags & SWITCH_IO_FLAG_NOBLOCK)) {
                        rtp_session->missed_count = 0;
</pre></div>
========================================================================<pre>
Summary of changes:
src/switch_rtp.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH Source</p>