From: Kevin P. Fleming Date: Thu, 7 Jul 2005 23:29:48 +0000 (+0000) Subject: ensure that "completed calls" counter is updated properly (bug #4575) X-Git-Tag: 1.2.0-beta1~347 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25f2cb8ec97da5fffb0053968c6c39d5fe102c08;p=thirdparty%2Fasterisk.git ensure that "completed calls" counter is updated properly (bug #4575) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6053 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index 472e674cc7..4b99f4d6e1 100755 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -1204,7 +1204,6 @@ static int update_status(struct ast_call_queue *q, struct member *member, int st } cur = cur->next; } - q->callscompleted++; ast_mutex_unlock(&q->lock); return 0; }