<h1>Project "FreeSWITCH Source" received a push.</h1>
<h2>branch: master updated</h2>
<pre>
via: e4bff5676560495e12ede91b442bb86d0efbe130 (commit)
from: 1bfd6644ea8391a318fed5eefa040bb1d057b459 (commit)
</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Anthony Minessale
comments:
fix seg in sofia merged from upstream
<span style="color: #000080; font-weight: bold">diff --git a/libs/sofia-sip/libsofia-sip-ua/nta/nta.c b/libs/sofia-sip/libsofia-sip-ua/nta/nta.c</span>
<span style="color: #000080; font-weight: bold">index f77cdd3..13454c1 100644</span>
<span style="color: #A00000">--- a/libs/sofia-sip/libsofia-sip-ua/nta/nta.c</span>
<span style="color: #00A000">+++ b/libs/sofia-sip/libsofia-sip-ua/nta/nta.c</span>
<span style="color: #800080; font-weight: bold">@@ -8665,10 +8665,6 @@ void outgoing_destroy(nta_outgoing_t *orq)</span>
orq->orq_destroyed = 1;
orq->orq_callback = outgoing_default_cb;
orq->orq_magic = NULL;
<span style="color: #A00000">-</span>
<span style="color: #A00000">- if (orq->orq_method != sip_method_invite &&</span>
<span style="color: #A00000">- orq->orq_method != sip_method_ack)</span>
<span style="color: #A00000">- outgoing_terminate(orq);</span>
}
/** @internal Outgoing transaction timer routine.
</pre></div>
========================================================================<pre>
Summary of changes:
libs/sofia-sip/libsofia-sip-ua/nta/nta.c | 4 ----
1 files changed, 0 insertions(+), 4 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>