[Asterisk-cvs] asterisk/apps app_queue.c,1.144,1.145

kpfleming at lists.digium.com kpfleming at lists.digium.com
Thu Jul 7 19:21:08 CDT 2005


Update of /usr/cvsroot/asterisk/apps
In directory localhost.localdomain:/tmp/cvs-serv16970/apps

Modified Files:
	app_queue.c 
Log Message:
ensure that "completed calls" counter is updated properly (bug #4575)


Index: app_queue.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_queue.c,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- app_queue.c	5 Jul 2005 19:22:26 -0000	1.144
+++ app_queue.c	7 Jul 2005 23:29:48 -0000	1.145
@@ -1204,7 +1204,6 @@
 		}
 		cur = cur->next;
 	}
-	q->callscompleted++;
 	ast_mutex_unlock(&q->lock);
 	return 0;
 }




More information about the svn-commits mailing list