aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-20 21:39:17 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-20 21:39:17 +0000
commiteaca1770b5d8d15f1b898634254ec667aae6e2c2 (patch)
tree1fd95324979f7f6c69ea6e80a60eea2abbdd68a4 /apps
parentd9794a720a1c634ce2462b9a5fc2eb8dd8bfaf50 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.4@80086 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_queue.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index a6f46ca23..c303107fe 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -1163,6 +1163,8 @@ static struct call_queue *load_realtime_queue(const char *queuename)
ast_variables_destroy(queue_vars);
AST_LIST_UNLOCK(&queues);
+ } else {
+ update_realtime_member(q);
}
return q;
}