[asterisk-commits] irroot: branch irroot/distrotech-customers-1.8 r319020 - /team/irroot/distrot...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun May 15 11:05:06 CDT 2011
Author: irroot
Date: Sun May 15 11:05:00 2011
New Revision: 319020
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=319020
Log:
r318549 introduces a seg fault here is a hack to prevent it
#19293
Modified:
team/irroot/distrotech-customers-1.8/channels/chan_sip.c
Modified: team/irroot/distrotech-customers-1.8/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/distrotech-customers-1.8/channels/chan_sip.c?view=diff&rev=319020&r1=319019&r2=319020
==============================================================================
--- team/irroot/distrotech-customers-1.8/channels/chan_sip.c (original)
+++ team/irroot/distrotech-customers-1.8/channels/chan_sip.c Sun May 15 11:05:00 2011
@@ -23859,7 +23859,7 @@
/* At this point, if we have an authpeer (which we have to have to get here) we should unref
* it since if we have actually used it, we have reffed it when p->relatedpeer was set. */
- authpeer = unref_peer(authpeer, "unref pointer into (*authpeer)");
+// authpeer = unref_peer(authpeer, "unref pointer into (*authpeer)");
/* Add subscription for extension state from the PBX core */
if (p->subscribed != MWI_NOTIFICATION && p->subscribed != CALL_COMPLETION && !resubscribe) {
More information about the asterisk-commits
mailing list