projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9286f2c
)
Only call the update once
author
Mark Spencer
<markster@digium.com>
Mon, 31 May 2004 23:44:04 +0000
(23:44 +0000)
committer
Mark Spencer
<markster@digium.com>
Mon, 31 May 2004 23:44:04 +0000
(23:44 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3122
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_queue.c
patch
|
blob
|
history
diff --git
a/apps/app_queue.c
b/apps/app_queue.c
index
71a809e
..
840c5fc
100755
(executable)
--- 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) {