[asterisk-commits] mmichelson: branch 1.6.1 r158223 -	/branches/1.6.1/channels/chan_sip.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Thu Nov 20 15:37:08 CST 2008
    
    
  
Author: mmichelson
Date: Thu Nov 20 15:37:07 2008
New Revision: 158223
URL: http://svn.digium.com/view/asterisk?view=rev&rev=158223
Log:
Change this so it actually compiles. Thanks, Terry!
Modified:
    branches/1.6.1/channels/chan_sip.c
Modified: branches/1.6.1/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/channels/chan_sip.c?view=diff&rev=158223&r1=158222&r2=158223
==============================================================================
--- branches/1.6.1/channels/chan_sip.c (original)
+++ branches/1.6.1/channels/chan_sip.c Thu Nov 20 15:37:07 2008
@@ -16067,7 +16067,7 @@
 	 * response to a BYE.
 	 */
 	if (resp >= 400 && resp < 500 && sipmethod == SIP_BYE) {
-		pvt_set_needdestroy(p, "received 4XX response to a BYE");
+		p->needdestroy = 1;
 		return;
 	}
 
    
    
More information about the asterisk-commits
mailing list