Broken timecheck when TIME specified over midnight
Status: Beta
Brought to you by:
lbulej
Problem occurs when at least one class contains TIME
parameters ranging over midnight.
A "midnight wrap fixup" changes TIME_ABS and uses
"fixed" value as current time when processing next TIME
rule.
FAST FIX:
move line
TIME_ABS=`htb_time2abs $TIME_NOW`
inside loop for timerule, i.e. after line
END_ABS=`htb_time2abs $END_TIME`
~Vitek