[svn-commits] mmichelson: branch 1.6.1 r141908 - /branches/1.6.1/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Sep 8 18:01:03 CDT 2008
Author: mmichelson
Date: Mon Sep 8 18:01:03 2008
New Revision: 141908
URL: http://svn.digium.com/view/asterisk?view=rev&rev=141908
Log:
Blocked revisions 141906 via svnmerge
........
r141906 | mmichelson | 2008-09-08 18:00:06 -0500 (Mon, 08 Sep 2008) | 9 lines
Optimization: The only reason we should check member
status is if the queue has a joinempty or a leavewhenempty
setting which could cause the caller to not join the queue
or exit the queue. Prior to this patch, we could potentially
traverse the entire queue's member list for no reason since
even if the members are currently not available in some way
we're going to let the caller join the queue anyway.
........
Modified:
branches/1.6.1/ (props changed)
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
--- trunk-blocked (original)
+++ trunk-blocked Mon Sep 8 18:01:03 2008
@@ -1,1 +1,1 @@
-/trunk:137901,138851,139020,139525,139704,139771,139775,139832,139981,140057,140167,140201,140355,140559,140821,140938,141218,141271,141328,141425,141464,141507,141626
+/trunk:137901,138851,139020,139525,139704,139771,139775,139832,139981,140057,140167,140201,140355,140559,140821,140938,141218,141271,141328,141425,141464,141507,141626,141906
More information about the svn-commits
mailing list