summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-10-17 17:00:13 +0000
committerJoshua Colp <jcolp@digium.com>2007-10-17 17:00:13 +0000
commit1a4171ae6bd4422cbf8edb61dd405753ffa9be6c (patch)
treee2182450dfcf733869d94f7ab4ffd1e1aa5bd50c /channels/chan_sip.c
parentc9f869e982bc61a169c5bf26ffda0333ff87b586 (diff)
Merged revisions 86117 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r86117 | file | 2007-10-17 13:58:03 -0300 (Wed, 17 Oct 2007) | 4 lines Whoops, forgot to remove the original sip_scheddestroy. (closes issue #11010) Reported by: vadim ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@86118 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index a64be1882..837b12d9b 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -10482,7 +10482,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;
}