]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Changed a comment to be more accurate.
authorMark Michelson <mmichelson@digium.com>
Sat, 1 Sep 2007 15:57:31 +0000 (15:57 +0000)
committerMark Michelson <mmichelson@digium.com>
Sat, 1 Sep 2007 15:57:31 +0000 (15:57 +0000)
(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

index adac571ae892dc7547b2f22598146ee1691ef5c8..cdfc972408f9110ed6ccf156a5242e1a8945724f 100644 (file)
@@ -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;