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
This commit is contained in:
Mark Michelson
2007-09-01 15:57:31 +00:00
parent e0b90d3b06
commit 6ed2b5c1b2

View 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;