[svn-commits] tilghman: branch 1.4 r273057 - /branches/1.4/main/channel.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Jun 29 17:59:02 CDT 2010
Author: tilghman
Date: Tue Jun 29 17:58:58 2010
New Revision: 273057
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=273057
Log:
_Really_ skip the channel... don't just retry for another 200 cycles.
(Closes issue SWP-1652, ABE-2240)
Modified:
branches/1.4/main/channel.c
Modified: branches/1.4/main/channel.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/main/channel.c?view=diff&rev=273057&r1=273056&r2=273057
==============================================================================
--- branches/1.4/main/channel.c (original)
+++ branches/1.4/main/channel.c Tue Jun 29 17:58:58 2010
@@ -1149,7 +1149,7 @@
* as there can be no more matches.
*/
if (!(name && !namelen)) {
- prev = c;
+ _prev = c;
retries = -1;
}
}
More information about the svn-commits
mailing list