[asterisk-commits] file: branch 1.4 r86117 - /branches/1.4/channels/chan_sip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Oct 17 11:58:04 CDT 2007


Author: file
Date: Wed Oct 17 11:58:03 2007
New Revision: 86117

URL: http://svn.digium.com/view/asterisk?view=rev&rev=86117
Log:
Whoops, forgot to remove the original sip_scheddestroy.
(closes issue #11010)
Reported by: vadim

Modified:
    branches/1.4/channels/chan_sip.c

Modified: branches/1.4/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_sip.c?view=diff&rev=86117&r1=86116&r2=86117
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Wed Oct 17 11:58:03 2007
@@ -9501,7 +9501,6 @@
 		transmit_response(p, "405 Method Not Allowed", req); /* Good enough, or? */
 		sip_scheddestroy(p, DEFAULT_TRANS_TIMEOUT);
 	}
-	sip_scheddestroy(p, DEFAULT_TRANS_TIMEOUT);
 	return;
 }
 




More information about the asterisk-commits mailing list