mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
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:
@@ -3814,7 +3814,7 @@ static int reload_queues(void)
|
|||||||
}
|
}
|
||||||
AST_LIST_LOCK(&queues);
|
AST_LIST_LOCK(&queues);
|
||||||
use_weight=0;
|
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) {
|
AST_LIST_TRAVERSE(&queues, q, list) {
|
||||||
if(!q->realtime)
|
if(!q->realtime)
|
||||||
q->dead = 1;
|
q->dead = 1;
|
||||||
|
Reference in New Issue
Block a user