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;
 }

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to