[svn-commits] oej: branch oej/lapsang-queue-shared-lastcall-1.4 r370054 - /team/oej/lapsang...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jul 13 08:56:31 CDT 2012


Author: oej
Date: Fri Jul 13 08:56:28 2012
New Revision: 370054

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=370054
Log:
Friday the 13th. Say. No. More.

Modified:
    team/oej/lapsang-queue-shared-lastcall-1.4/apps/app_queue.c

Modified: team/oej/lapsang-queue-shared-lastcall-1.4/apps/app_queue.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/lapsang-queue-shared-lastcall-1.4/apps/app_queue.c?view=diff&rev=370054&r1=370053&r2=370054
==============================================================================
--- team/oej/lapsang-queue-shared-lastcall-1.4/apps/app_queue.c (original)
+++ team/oej/lapsang-queue-shared-lastcall-1.4/apps/app_queue.c Fri Jul 13 08:56:28 2012
@@ -2649,6 +2649,7 @@
 static int update_queue(struct call_queue *q, struct member *member, int callcompletedinsl)
 {
 	struct member *mem;
+	struct call_queue *qc;
 	
 	if (shared_lastcall) {
 		AST_LIST_LOCK(&queues);




More information about the svn-commits mailing list