summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-07-07 23:29:48 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-07-07 23:29:48 +0000
commit25f2cb8ec97da5fffb0053968c6c39d5fe102c08 (patch)
treec7616e6985b70342f496c278790479f56861bb57 /apps/app_queue.c
parentbebab8053802f32cbf58a8206363db83bae1b2cf (diff)
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
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 472e674cc..4b99f4d6e 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;
}