mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 23:21:38 +01:00
Because our monotonic time interface doesn't play well with value set to 0, always initialize to now() the scheduler_last_run at init() of the KIST scheduler. Fixes #23696 Signed-off-by: David Goulet <dgoulet@torproject.org>
3 lines
182 B
Text
3 lines
182 B
Text
o Minor bugfixes (scheduler, kist):
|
|
- Properly initialize the scheduler last run time counter so it is not 0
|
|
at the first tick. Fixes bug 23696; bugfix on 0.3.2.1-alpha.
|