aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-07 23:29:48 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-07 23:29:48 +0000
commit037bcf867fb7936884bb1bf74c77ae514576c71d (patch)
treec7616e6985b70342f496c278790479f56861bb57 /apps
parent3e4c578bc57be88c3cada0d0004a1d32f259a97e (diff)
ensure that "completed calls" counter is updated properly (bug #4575)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6053 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-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;
}