Author: wdoekes
Date: Thu Oct  9 03:01:33 2014
New Revision: 424876

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=424876
Log:
Ouch! Accidental commit of wrong file in 424875.

Modified:
    branches/1.8/channels/chan_sip.c

Modified: branches/1.8/channels/chan_sip.c
URL: 
http://svnview.digium.com/svn/asterisk/branches/1.8/channels/chan_sip.c?view=diff&rev=424876&r1=424875&r2=424876
==============================================================================
--- branches/1.8/channels/chan_sip.c (original)
+++ branches/1.8/channels/chan_sip.c Thu Oct  9 03:01:33 2014
@@ -24737,10 +24737,6 @@
        } else {
                transmit_response(p, "200 OK", req);
        }
-       
-       /* Destroy any pending invites so we won't try to do another
-        * scheduled reINVITE. */
-       AST_SCHED_DEL_UNREF(sched, p->waitid, dialog_unref(p, "decrement 
refcount from sip_destroy because waitid won't be scheduled"));
 
        return 1;
 }


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

Reply via email to