aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-31 23:44:04 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-31 23:44:04 +0000
commitdfc91a3458edcc04b62ba8a1ba8bc9c9465ac640 (patch)
treec367b20caf9f3cdb8f03961804f0b4e2f08c190c /apps/app_queue.c
parentbc5de50bc93360447d3afb001eca8a43a848d7f3 (diff)
Only call the update once
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3122 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-rwxr-xr-xapps/app_queue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 71a809e51..840c5fca7 100755
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -1028,7 +1028,6 @@ static int try_calling(struct queue_ent *qe, char *options, char *announceoverri
/* Update parameters for the queue */
recalc_holdtime(qe);
member = lpeer->member;
- update_queue(qe->parent, member);
hanguptree(outgoing, peer);
outgoing = NULL;
if (announce) {