- retry instead of abort on counter overflow message (appeared on TASP)
This commit is contained in:
@ -391,6 +391,7 @@ static int EL737FixIt(struct __COUNTER *self, int iCode)
|
||||
return COREDO;
|
||||
break;
|
||||
case TOMANYCOUNTS:
|
||||
return COREDO; /* counter overflow? - try again M.Z. 22.6.2011 */
|
||||
case SYSERROR:
|
||||
return COTERM;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user