aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-17 16:58:03 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-17 16:58:03 +0000
commitb6f894cead165141fecc9f6d312fa170edea87ce (patch)
tree020013645bddd1f5d1232f0d64dd314c43441dde
parent0e866456fe9d0aeec52ce65661d6779d6630e792 (diff)
Whoops, forgot to remove the original sip_scheddestroy.
(closes issue #11010) Reported by: vadim git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@86117 f38db490-d61c-443f-a65b-d21fe96a405b
-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 ca80daac0..6131cd4c9 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;
}