From: Joshua Colp Date: Wed, 17 Oct 2007 16:58:03 +0000 (+0000) Subject: Whoops, forgot to remove the original sip_scheddestroy. X-Git-Tag: 1.4.14~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=faf4b212eb68f22b5f6a3f0304f81fecf96850a3;p=thirdparty%2Fasterisk.git Whoops, forgot to remove the original sip_scheddestroy. (closes issue #11010) Reported by: vadim git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@86117 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index ca80daac04..6131cd4c9d 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -9501,7 +9501,6 @@ static void receive_message(struct sip_pvt *p, struct sip_request *req) transmit_response(p, "405 Method Not Allowed", req); /* Good enough, or? */ sip_scheddestroy(p, DEFAULT_TRANS_TIMEOUT); } - sip_scheddestroy(p, DEFAULT_TRANS_TIMEOUT); return; }