[asterisk-commits] mmichelson: branch 1.4 r80086 - /branches/1.4/apps/app_queue.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Aug 20 16:39:17 CDT 2007
Author: mmichelson
Date: Mon Aug 20 16:39:17 2007
New Revision: 80086
URL: http://svn.digium.com/view/asterisk?view=rev&rev=80086
Log:
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)
Modified:
branches/1.4/apps/app_queue.c
Modified: branches/1.4/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_queue.c?view=diff&rev=80086&r1=80085&r2=80086
==============================================================================
--- branches/1.4/apps/app_queue.c (original)
+++ branches/1.4/apps/app_queue.c Mon Aug 20 16:39:17 2007
@@ -1163,6 +1163,8 @@
ast_variables_destroy(queue_vars);
AST_LIST_UNLOCK(&queues);
+ } else {
+ update_realtime_member(q);
}
return q;
}
More information about the asterisk-commits
mailing list