[NET_SCHED]: sch_htb: fix event cache time calculation
authorPatrick McHardy <kaber@trash.net>
Thu, 24 May 2007 06:39:54 +0000 (23:39 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 24 May 2007 23:36:56 +0000 (16:36 -0700)
The event cache time must be an absolute value, when no event exists
it is incorrectly set to 1s instead of 1s in the future.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found