[Asterisk-cvs] asterisk/apps app_queue.c,1.66,1.67
markster at lists.digium.com
markster at lists.digium.com
Mon May 31 19:28:08 CDT 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv10946/apps
Modified Files:
app_queue.c
Log Message:
Only call the update once
Index: app_queue.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_queue.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- app_queue.c 30 May 2004 22:10:09 -0000 1.66
+++ app_queue.c 31 May 2004 23:44:04 -0000 1.67
@@ -1028,7 +1028,6 @@
/* Update parameters for the queue */
recalc_holdtime(qe);
member = lpeer->member;
- update_queue(qe->parent, member);
hanguptree(outgoing, peer);
outgoing = NULL;
if (announce) {
More information about the svn-commits
mailing list