summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2009-06-01 14:45:43 +0000
committerMark Michelson <mmichelson@digium.com>2009-06-01 14:45:43 +0000
commit4c7c13d5742a674af30ca19435349cadcbf72e54 (patch)
tree0f13d12ba5f3de2f211dcd55f59a57d02cfa1822 /apps
parent0bde0b9ed25c2f39e37f8fd35ed7938304ff8853 (diff)
Remove extra lock from app_queue.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198530 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_queue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index d19f28368..346794776 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -2735,7 +2735,6 @@ static int ring_entry(struct queue_ent *qe, struct callattempt *tmp, int *busies
strcpy(tmp->chan->cdr->accountcode, qe->chan->cdr->accountcode);
strcpy(tmp->chan->cdr->userfield, qe->chan->cdr->userfield);
}
- ast_channel_unlock(qe->chan);
/* Place the call, but don't wait on the answer */
if ((res = ast_call(tmp->chan, location, 0))) {