From faf4b212eb68f22b5f6a3f0304f81fecf96850a3 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Wed, 17 Oct 2007 16:58:03 +0000 Subject: [PATCH] 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 --- channels/chan_sip.c | 1 - 1 file changed, 1 deletion(-) 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; }