use iter.valid() and not iter.eol() (cosmetic)
This commit is contained in:
@@ -212,7 +212,7 @@ void searchTimer::expire ()
|
||||
* the end of the list
|
||||
*/
|
||||
firstChan = chan = this->iiu.chidList.first ();
|
||||
while ( chan != chan.eol () ) {
|
||||
while ( chan.valid () ) {
|
||||
|
||||
this->minRetry = min (this->minRetry, chan->retry);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user