diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-13 09:30:51 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-15 11:17:22 -0500 |
commit | 4bf79fa4fa99fe66f6b1ad413cbf475325803e04 (patch) | |
tree | e87275562242ab4eaacc735bb8441db9aa231f04 /src/app/config | |
parent | 303e5c70e08d72614ea95fd0c5aad7e05852b6b7 (diff) | |
download | tor-4bf79fa4fa99fe66f6b1ad413cbf475325803e04.tar.gz tor-4bf79fa4fa99fe66f6b1ad413cbf475325803e04.zip |
Turn second_elapsed_callback into a normal periodic event.
Diffstat (limited to 'src/app/config')
-rw-r--r-- | src/app/config/config.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c index 45a23d67d5..8aa0c1f4bd 100644 --- a/src/app/config/config.c +++ b/src/app/config/config.c @@ -1993,9 +1993,6 @@ options_act(const or_options_t *old_options) finish_daemon(options->DataDirectory); } - /* See whether we need to enable/disable our once-a-second timer. */ - reschedule_per_second_timer(); - /* We want to reinit keys as needed before we do much of anything else: keys are important, and other things can depend on them. */ if (transition_affects_workers || |