[svn-commits] mmichelson: branch mmichelson/queue-reset r102575 - /team/mmichelson/queue-re...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Feb 5 18:23:47 CST 2008


Author: mmichelson
Date: Tue Feb  5 18:23:46 2008
New Revision: 102575

URL: http://svn.digium.com/view/asterisk?view=rev&rev=102575
Log:
Fix the build


Modified:
    team/mmichelson/queue-reset/apps/app_queue.c

Modified: team/mmichelson/queue-reset/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/team/mmichelson/queue-reset/apps/app_queue.c?view=diff&rev=102575&r1=102574&r2=102575
==============================================================================
--- team/mmichelson/queue-reset/apps/app_queue.c (original)
+++ team/mmichelson/queue-reset/apps/app_queue.c Tue Feb  5 18:23:46 2008
@@ -5136,7 +5136,6 @@
 	struct ast_flags config_flags = { reload ? CONFIG_FLAG_FILEUNCHANGED : 0 };
 	struct ao2_iterator queue_iter;
 	const int queue_reload = mask & QUEUE_RELOAD;
-	const int member_reload = mask & QUEUE_MEMBER_RELOAD;
 
 	if (!(cfg = ast_config_load("queues.conf", config_flags))) {
 		ast_log(LOG_NOTICE, "No call queueing config file (queues.conf), so no call queues\n");




More information about the svn-commits mailing list