aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-17 17:00:13 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-17 17:00:13 +0000
commitaf258f8133f4163c44d3c7b07ff6a56e8ff42748 (patch)
treee2182450dfcf733869d94f7ab4ffd1e1aa5bd50c /channels/chan_sip.c
parent1dd6cd6bc18ec13f54ce6e8b2e5b82e893c6c391 (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: http://svn.digium.com/svn/asterisk/trunk@86118 f38db490-d61c-443f-a65b-d21fe96a405b
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;
}