From 6ed2b5c1b2a04884f82d5eb73c70254f0e709bb7 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Sat, 1 Sep 2007 15:57:31 +0000 Subject: [PATCH] Changed a comment to be more accurate. (really this is just a test to make sure I can commit properly from home) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@81428 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index adac571ae8..cdfc972408 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -3814,7 +3814,7 @@ static int reload_queues(void) } 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;