[asterisk-commits] mmichelson: branch 1.4 r81428 - /branches/1.4/apps/app_queue.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Sep 1 10:57:33 CDT 2007


Author: mmichelson
Date: Sat Sep  1 10:57:31 2007
New Revision: 81428

URL: http://svn.digium.com/view/asterisk?view=rev&rev=81428
Log:
Changed a comment to be more accurate.

(really this is just a test to make sure I can commit properly from home)

Modified:
    branches/1.4/apps/app_queue.c

Modified: branches/1.4/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_queue.c?view=diff&rev=81428&r1=81427&r2=81428
==============================================================================
--- branches/1.4/apps/app_queue.c (original)
+++ branches/1.4/apps/app_queue.c Sat Sep  1 10:57:31 2007
@@ -3814,7 +3814,7 @@
 	}
 	AST_LIST_LOCK(&queues);
 	use_weight=0;
-	/* Mark all queues as dead for the moment */
+	/* Mark all non-realtime queues as dead for the moment */
 	AST_LIST_TRAVERSE(&queues, q, list) {
 		if(!q->realtime)
 			q->dead = 1;




More information about the asterisk-commits mailing list