https://origsvn.digium.com/svn/asterisk/trunk
................
r273058 | tilghman | 2010-06-29 17:59:51 -0500 (Tue, 29 Jun 2010) | 11 lines
Recorded merge of revisions 273057 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r273057 | tilghman | 2010-06-29 17:58:58 -0500 (Tue, 29 Jun 2010) | 4 lines
_Really_ skip the channel... don't just retry for another 200 cycles.
(Closes issue SWP-1652, ABE-2240)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273059
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
* as there can be no more matches.
*/
if (!(name && !namelen)) {
- prev = c;
+ _prev = c;
retries = -1;
}
}