mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-29 15:36:13 +00:00
After a discussion on #asterisk-dev, it was decided that this should be in 1.4 as well.
(issue #10424, reported and patched by irroot) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@80086 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1163,6 +1163,8 @@ static struct call_queue *load_realtime_queue(const char *queuename)
|
|||||||
ast_variables_destroy(queue_vars);
|
ast_variables_destroy(queue_vars);
|
||||||
|
|
||||||
AST_LIST_UNLOCK(&queues);
|
AST_LIST_UNLOCK(&queues);
|
||||||
|
} else {
|
||||||
|
update_realtime_member(q);
|
||||||
}
|
}
|
||||||
return q;
|
return q;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user