mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
070064de89
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>
4 lines
182 B
Plaintext
4 lines
182 B
Plaintext
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.
|