aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-25 15:43:24 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-25 15:43:24 +0000
commit80bbb830626921c1ccba28a71d42238b2f557231 (patch)
treece80a33d53833b466586e778098375df996f187d
parent6242aa3a984939411a016b4f386992030b643e9a (diff)
Oops.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@110638 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_sip.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 2d7645f08..3b9a6a414 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -17206,9 +17206,6 @@ static int handle_request_cancel(struct sip_pvt *p, struct sip_request *req)
if (p->owner)
ast_queue_hangup(p->owner);
else
- if (p->owner)
- ast_queue_hangup(p->owner);
- else
sip_scheddestroy(p, DEFAULT_TRANS_TIMEOUT);
if (p->initreq.len > 0) {
transmit_response_reliable(p, "487 Request Terminated", &p->initreq);