mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Be sure to call monotime_init() at startup.
This commit is contained in:
parent
6ba415d400
commit
1e3cf1cc83
@ -3646,6 +3646,8 @@ tor_main(int argc, char *argv[])
|
||||
#endif
|
||||
}
|
||||
|
||||
monotime_init();
|
||||
|
||||
switch (get_options()->command) {
|
||||
case CMD_RUN_TOR:
|
||||
#ifdef NT_SERVICE
|
||||
|
Loading…
Reference in New Issue
Block a user