From: Mark Spencer Date: Mon, 31 May 2004 23:44:04 +0000 (+0000) Subject: Only call the update once X-Git-Tag: 1.0.0-rc1~333 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49257bafbce5d0fab102e1ffe7a883e6bac7f16f;p=thirdparty%2Fasterisk.git Only call the update once git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3122 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index 71a809e513..840c5fca7d 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) {