[asterisk-commits] irroot: branch irroot/distrotech-customers-1.8 r319022 - /team/irroot/distrot...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun May 15 12:15:34 CDT 2011
Author: irroot
Date: Sun May 15 12:15:30 2011
New Revision: 319022
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=319022
Log:
Just taking the whole hunk out see what the feedback is
#19296
#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=319022&r1=319021&r2=319022
==============================================================================
--- team/irroot/distrotech-customers-1.8/channels/chan_sip.c (original)
+++ team/irroot/distrotech-customers-1.8/channels/chan_sip.c Sun May 15 12:15:30 2011
@@ -23857,12 +23857,6 @@
return 0;
}
- /* 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. */
- if (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) {
if (p->stateid > -1) {
More information about the asterisk-commits
mailing list